Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Url 如何在weblogic中将localhost:7001重定向到locahost:7001/myApp_Url_Redirect_Path_Weblogic - Fatal编程技术网

Url 如何在weblogic中将localhost:7001重定向到locahost:7001/myApp

Url 如何在weblogic中将localhost:7001重定向到locahost:7001/myApp,url,redirect,path,weblogic,Url,Redirect,Path,Weblogic,我想在weblogic设置中将url localhost:7001重定向到localhost:7001/myApp。不在应用程序的web.xml中?有可能吗?您可以在/context root上删除web应用,并将所有请求重定向到/myApp。 另一种方法是使用WebLogic前面的http服务器将请求从/重定向到/myApp

我想在weblogic设置中将url localhost:7001重定向到localhost:7001/myApp。不在应用程序的web.xml中?有可能吗?

您可以在/context root上删除web应用,并将所有请求重定向到/myApp。 另一种方法是使用WebLogic前面的http服务器将请求从/重定向到/myApp