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 under tomcat-5.5.25 at context
'/mycontext/backOffice'
Apache reverse proxy configuration : 
        <IfModule proxy_module>
            ProxyRequests Off
            ProxyPass /backOffice
http://my-tomcat:8080/mycontext/backOffice
            ProxyPassReverse /backOffice
http://my-tomcat:8080/mycontext/backOffice
                ProxyPreserveHost On
        </IfModule>

The problem is that once a client has created a new session with a first
request, the second request produces this log error :
2008-02-29 14:49:05,597 WARN  httpclient.HttpMethodBase     - Cookie
rejected: "$Version=0; JSESSIONID=BC07C2C3D44BB07E5B052DAAE9D5F56E;
$Path=/mycontext". Illegal path attribute "/mycontext". Path of origin:
"/backOffice

Do I miss something in the reverse proxy configuration, or is it
something else ???
For information, the client & server communicate without any problem
when using the server's internal url...

Regards.

Xavier


Pour connaƮtre nos solutions et services, visitez 
http://www.ic.lu

To learn about our services and solutions, please visit:
http://www.ic.lu 

This E-mail is confidential. If you are not the addressee you may not copy, 
forward, disclose or use any part of it. If you have received this message in 
error, please delete it and notify the sender immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure, error or 
virus-free. The sender does not accept liability for any errors or omissions.


---------------------------------------------------------------------
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