hi again,

I am using apache as a reverse proxy to a tomcat server running ssl. In 
httpd.conf:

SSLProxyEngine On
SSLProxyCACertificatePath /usr/local/apache2/conf/ssl
RewriteRule ^/(abc.*) https://backend:8443/$1 [P,L]

and url proxying is working.
however I noticed that the tomcat user session is not preserved. How to 
preserve the user session?

thanks!


      __________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to