On 17/05/2016 21:46, Venkata Reddy P wrote:
> Hi,
> While compiling .jsp file using tomcat8.0.33 binaries getting the following 
> error, can you please advice?

There is no error. There are two warnings (because the JSP references
TLD files that don't exist) and one INFO message that you can improve
the application start time by not scanning JARs for TLDs when the JARs
don't contain TLDs.

Mark


> These jsps were compiling well in tomcat6.0.43
> 
> [apply] WARNING: Failed to process TLD with path [/WEB-INF/struts-tiles.tld] 
> and URI [/tags/struts-tiles]. The specified path does not exist.
>     [apply] May 17, 2016 4:26:58 PM org.apache.jasper.servlet.TldScanner 
> scanJspConfig
>     [apply] WARNING: Failed to process TLD with path 
> [/WEB-INF/struts-nested.tld] and URI [/tags/struts-nested]. The specified 
> path does not exist.
>     [apply] May 17, 2016 4:26:58 PM org.apache.jasper.servlet.TldScanner 
> scanJars
>     [apply] INFO: 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 JARs during 
> scanning can improve startup
> 
> Thanks in advance
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to