Author Login
Post Reply
Hi all,
I've created a simple T 5.0.15 app, and deploy it to my server. The
server setup for my server is, a tomcat server behind apache server.
I Used reverse proxy to do this. But i've encounter A problem. I've
managed to get to the start page just fine. But after i logged in it
keep redirecting me to the tomcat port.
So for example after I've accessed www.myserver.net/myapp/start ,
after login i will get
www.myserver.net:8080/myapp/listuser
Any idea why is this happening ? Would it make a different if i inject
the page to navigate between pages, instead returning ListUser.class ?
here's my reverse proxy setting :
ProxyRequests off
ProxyPass /myapp/ http://www.myserver.net:8080/myapp/
ProxyHTMLURLMap http://www.myserver.net:8080/myapp /myapp
<Location /myapp/>
ProxyPassReverse /
SetOutputFilter proxy-html
ProxyHTMLURLMap / /myapp/
ProxyHTMLURLMap /myapp /myapp
RequestHeader unset Accept-Encoding
</Location>
cheers
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)