https://issues.apache.org/bugzilla/show_bug.cgi?id=46694
Summary: Servlet Facets when running multiple application on one tomcat instance Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows Vista Status: NEW Severity: minor Priority: P2 Component: Servlet & JSP API AssignedTo: dev@tomcat.apache.org ReportedBy: i...@amplio.si For quite some time i couldn't figure out why some of the applications could start on local server and not on production servers (all servers the same version 6.0.18) which run multiple tomcat applications, giving ERROR: SEVERE: Error configuring application listener of class si.amplio.web.filters.OnLoadContextListener java.lang.ClassNotFoundException: si.amplio.web.filters.OnLoadContextListener at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3786) I'm using Eclipse for development. If there are applications on tomcat running with facets (JS API) set to 2.5 then all deploying apps must have the same facets else error mentioned above stops new application from being started after deploy. The same goes when the first app is deployed on tomcat with facets set to 2.4. All following apps must have set facets to 2.4. I've scanned all the documentation and google to figure this out...Couldn't find it. Is this documentation bug or is it tomcat servlet container bug ? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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