RE: [EMAIL PROTECTED] Reverve proxy configuration & cookies ?

2008-03-03 Thread xavier.lahaut
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

RE: [EMAIL PROTECTED] Reverve proxy configuration & cookies ?

2008-02-29 Thread xavier.lahaut
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

[EMAIL PROTECTED] Reverve proxy configuration & cookies ?

2008-02-29 Thread xavier.lahaut
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