https://issues.apache.org/bugzilla/show_bug.cgi?id=54065
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID OS| |All --- Comment #1 from Mark Thomas <ma...@apache.org> --- It looks like you have a resources JAR and Tomcat is picking this up. This will result in an additional look-up. You can add the JAR with the resources to the org.apache.catalina.startup.ContextConfig.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties which will mean it isn't scanned for web fragments, SCIs, resources etc. -- 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