This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Mod cluster with stciky session in tomcatpferraro Oct 19, 2010 11:24 PM (in response to sudheerk84)Is your web application using distributed sessions (i.e. does you web.xml specify <distributable/>)? Without this, all session information will be lost in the case of a failover. That said, try the following: stickySession="true" stickySessionForce="false" stickySessionRemove="false" <property name="stickySession">true</property><property name="stickySessionForce">false</property><property name="stickySessionRemove">false</property>
- 
        2. Re: Mod cluster with stciky session in tomcatsudheerk84 Oct 20, 2010 1:43 AM (in response to pferraro)I do not use distributed sessions. i have tried the options you have given , but still could not get it working. As explained above when i shutdown tomcat1 and fire teh request from teh same browser I get a error , and teh request does not go to tomcat2. 
 
    