Hello,
I'm currently trying the directives ProxyPassReverseCookieDomain &
ProxyPassReverseCookiePath.
So now my configuration looks like this :
ProxyRequests Off
ProxyPass /backOffice http://my-tomcat:8080/mycontext/backOffice
ProxyPassR
Thanks a lot!
It sounds effectively to be the solution.
Regards.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive
Sent: vendredi 29 février 2008 17:28
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Reverve proxy configuration & coo
Hello,
I'm completely new to apache reverse proxy configuration, and I've got a
problem to use HttpSession throught my client/server application
Client application : Java/swing application with the jakarta librarie
HttpClient to communicate with the server
Server application : HttpServlet runing u