I also ran into [1]. Some Tomcat configuration with custom components (Valves, Managers etc) may be done from a webapp's META-INF/context.xml. But currently if those classes are your own custom implementations they will not be found if residing inside the webapp's war (but are f ex found if placed in <tomcat>/lib).
Would it make sense for Tomcat to use the webapp classloader for components that are specified in META-INF/context.xml? Best regards Mike Wilson [1] http://stackoverflow.com/questions/10924715/creating-a-custom-tomcat-session -manager-without-putting-the-jar-in-the-catalina --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org