2012/2/22 Lucas Pouzac <lucas.pouzac....@gmail.com>: > No, in two cases, the tomcat configuration is identical. Only, I observe via > JMX as the manager is not correct. There is only the declaration of the XSD > in web.xml which changes. > > server.xml : the first cluster >(...) > <Manager > className="org.apache.catalina.ha.session.BackupManager" > expireSessionsOnShutdown="false" > notifyListenersOnReplication="true" > mapSendOptions="10" /> > > <Valve > className="org.apache.catalina.ha.tcp.ReplicationValve" > > filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;" />
The above value for filter attribute is incorrect. The ';' character cannot be used to separate regexps in 7.0. It is a single regexp. > <Valve > className="org.apache.catalina.ha.session.JvmRouteBinderValve" /> > >> >> 1. What exactly do you observe? Where? Why do you think that there is a problem? 2. What is in the logs? Regarding servlet 3.0: enabling 3.0 turns on annotation and web fragments scanning. So maybe there are some additional components in your web application or its libraries that are detected. I do not remember how fragments that have different value of <distributable> are merged - you may look in the Servlet Specification. Try to add metadata-complete="true" to the <web-app> in your web.xml file. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org