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).*


(with 7.0.14 and 7.0.25 tomcat version).


Best Regards

Reply via email to