Re: [EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-24 Thread Haim Ashkenazi
On 9/24/07, Sander Temme [EMAIL PROTECTED] wrote: On Sep 23, 2007, at 5:13 AM, Haim Ashkenazi wrote: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat. every request is like a new one. Is this a normal behavior? Is there a workaround for that? Yes, because Tomcat

[EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-23 Thread Haim Ashkenazi
Hi I'm trying to reverse proxy a tomcat server with proxy_ajp. If The path of the URL is identical to the path of ajp, sessions are kept without a problem: ProxyPass /abc/ ajp://localhost:8009/abc/ But if I do it like this: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat.

[EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-23 Thread Haim Ashkenazi
Hi I'm trying to reverse proxy a tomcat server with proxy_ajp. If The path of the URL is identical to the path in ajp, sessions are kept without a problem: ProxyPass /abc/ ajp://localhost:8009/abc/ But if I do it like this: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat.

Re: [EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-23 Thread Sander Temme
On Sep 23, 2007, at 5:13 AM, Haim Ashkenazi wrote: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat. every request is like a new one. Is this a normal behavior? Is there a workaround for that? Yes, because Tomcat will set a JSESSIONID cookie for path /abc, and the