https://issues.apache.org/bugzilla/show_bug.cgi?id=54747

--- Comment #5 from Keiichi Fujino <kfuj...@apache.org> ---
According to the log message above, your /test context is using
org.apache.catalina.session.StandardManager as a session manager.

In this case, since you have a <distributable /> in web.xml,
Maybe <Manager className="org.apache.catalina.session.StandardManager" /> has
been defined in context.xml.

You can check the following context.xml.
-webapps/test/META-INF/context.xml
-conf/context.xml
-conf/Catalina/localhost/test.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to