JSESSIONID and jvmGroup

2005-08-02 Thread Edgar Alves
Hi everyone, I'm trying to setup an Apache server with mod_jk that will be used as load balancer for two Tomcat instances. I've tested my configuration with the cart JSP example and with the sessions example servlet that ship with Tomcat and these have worked fine. To make it work I just had

Re: JSESSIONID and jvmGroup

2005-08-02 Thread Edgar Alves
Hi again, I've just found out that the WEB-INF/web.xml for our webapp was using the Enydra standard session manager. No wonder the JSESSIONIDs weren't similar. Anyway, I thought that the appending of .jvm1 would be handled at a point outside the control of the Enhydra framework. Anyway, sorry