mod_jk error log

2006-04-27 Thread Todd Huss
On all of our webservers from development (doing 1 page view every few minutes) to production (doing 500 page views per minute) we're seeing these error messages in the mod_jk log: [Thu Apr 20 17:57:45 2006] [jk_ajp_common.c (783)]: ERROR: can't receive the response message from tomcat, net

Setting sessions to only use cookies

2006-04-23 Thread Todd Huss
Is there a way in Tomcat to configure it to only use cookies for sessions and disable jsessionid URL rewriting? I'd like to use c:url in my application so that I can deploy the war anywhere and it will rewrite the base path propely. However, the URL rewriting with jsessionid's is problematic fo