apache as reverse proxy to tomcat -
I have Apache configured as a reverse proxy for Tomcat:
Proxypass / demo / ajp: //demoserver.local:8009/demo/ ProxyPassReverse / demo / ajp: //demoserver.local: 8009 / demo /
Great Works I Access I can not and I spoil the page of the app.
I need to make changes to the URL:. So I changed the proxy configuration like this:
ProxyPass / Demo 123 / AJP: //demoserver.local: 8009 / Demo / ProxyPreserve / Demo 123 / AJP: // Demosverver. Local: 800 9 / demo /
I can not work it though. What happens is that send a redirect to TomT App / demo / login.htm and my web browser tries to bring that URL from the web server.
Can I possibly modify the apert config and resolve without touching the Tomcat app?
/ html>
Comments
Post a Comment