I have configured apache web server with jboss and integrated using mod_jk, now the problem is when i hit the url of webserver 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, problem: url is changed to application server expected: url should be same as webserver throughout the session
Asked
Active
Viewed 209 times
1 Answers
0
I got the solution for the problem, I need to configure ReverseProxy at apache web server side. i followed below links to resolve the issue

Girdhar Singh Rathore
- 5,030
- 7
- 49
- 67