apache 反向代理配置(apache web 服务器 url 更改为 jboss 服务器的 url)

apache ReverseProxy configuration (apache web server url is changed to jboss server's url)

我已经使用 jboss 配置了 apache 网络服务器并使用 mod_jk 进行了集成,现在问题是当我点击网络服务器 http://webserv.my.project.com:8080/index.html, after login to the application the url is automatically changed to appserver that is http://appserv.my.project.com:8080/login.jsp 的 url 时, 问题:url 更改为应用程序服务器 预期:url 在整个会话期间应与网络服务器相同

我找到了问题的解决方案,我需要在 apache 网络服务器端配置 ReverseProxy。我按照以下链接解决了问题

http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

http://www.apachetutor.org/admin/reverseproxies