Re: How to stop org.apache.jasper.servlet.TldScanner.scanJars via my war file's local context.xml rather than altering Tomcat 8?

2016-08-02 Thread Mark Thomas
On 02/08/2016 13:53, Cothren, Craig wrote: > I’m using tomcat 8.0.x so the 8.5 documentation may not apply, but I decided > to try it anyway. > > Added scanAllFiles="false" scanAllDirectories="false”/> to my context.xml. > > Nothing changed. As expected. Read a little further and follow the l

Re: How to stop org.apache.jasper.servlet.TldScanner.scanJars via my war file's local context.xml rather than altering Tomcat 8?

2016-08-02 Thread Cothren, Craig
I’m using tomcat 8.0.x so the 8.5 documentation may not apply, but I decided to try it anyway. Added http://tomcat.apache.org/tomcat-8.5-doc/config/jar-scanner.html > > Mark > > > - > To unsubscribe, e-mail: users-unsubscr...

Re: How to stop org.apache.jasper.servlet.TldScanner.scanJars via my war file's local context.xml rather than altering Tomcat 8?

2016-08-01 Thread Mark Thomas
On 01/08/2016 08:58, Cothren, Craig wrote: > I'm trying to prevent the... > > [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At > least one JAR was scanned for TLDs yet contained no TLDs. Enable debug > logging for this logger for a complete list of JARs that were scanned

How to stop org.apache.jasper.servlet.TldScanner.scanJars via my war file's local context.xml rather than altering Tomcat 8?

2016-08-01 Thread Cothren, Craig
I'm trying to prevent the... [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JA