On 20/02/2012 09:16, Lucas Pouzac wrote: > Hi, > > I have a concern about replication sessions when using the standard Servlet > 3.0. > > Do you have an idea for this to work? > > > https://issues.apache.org/bugzilla/show_bug.cgi?id=52685 > > *If in web.xml, I declare: > > <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns="http://java.sun.com/xml/ns/javaee" > xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" > xsi:schemaLocation="http://java.sun.com/xml/ns/javaee > http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> > ... > <distributable /> > ... > </web-app> > > the session replication works > (org.apache.catalina.ha.session.BackupManager). > > But, if I declare: > > <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns="http://java.sun.com/xml/ns/javaee" > xsi:schemaLocation="http://java.sun.com/xml/ns/javaee > http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0"> > ... > <distributable /> > ... > </web-app> > > the session replication doesn't work > (org.apache.catalina.session.StandardManager).*
I think from the above, that you're saying that session replication doesn't work if you use a manager that doesn't replicate sessions. Is this correct? p -- [key:62590808]
signature.asc
Description: OpenPGP digital signature