Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/306.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/9.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
Java apache ReverseProxy配置(apache web服务器url更改为jboss服务器的url)_Java_Apache_Jboss_Webserver_Appserver - Fatal编程技术网

Java apache ReverseProxy配置(apache web服务器url更改为jboss服务器的url)

Java apache ReverseProxy配置(apache web服务器url更改为jboss服务器的url),java,apache,jboss,webserver,appserver,Java,Apache,Jboss,Webserver,Appserver,我已经用jboss配置了apache web服务器,并使用mod_jk进行了集成,现在的问题是当我点击web服务器的url时,在登录到应用程序后,url会自动更改为appserver,即, 问题:url已更改为应用程序服务器 预期:url在整个会话中应与web服务器相同我得到了问题的解决方案,我需要在apache web服务器端配置ReverseProxy。我通过以下链接解决了这个问题

我已经用jboss配置了apache web服务器,并使用mod_jk进行了集成,现在的问题是当我点击web服务器的url时,在登录到应用程序后,url会自动更改为appserver,即, 问题:url已更改为应用程序服务器
预期:url在整个会话中应与web服务器相同

我得到了问题的解决方案,我需要在apache web服务器端配置ReverseProxy。我通过以下链接解决了这个问题