(tomcat 4.1.18 + apache 1.3 + mod_jk + Linux + Proxy via Apache ProxyPass)
I have the following scenario.:
A main server that runs Apache with mod_proxy:

ProxyPass /tomcat http://mytomcatserver
ProxyPassReverse /tomcat http://mytomcatserver

When someone request an URL containing "/tomcat" then apache redirects the
call to Tomcat server.

The problem is that with above approach, I lost session id?s
I also added "proxyName=mainserver" and "Proxyport=80" to the HTTP connector
under server.xml, but no luck.

Can someone help me to fix this?

Thanks a lot


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to