You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Venkata Reddy P <Ve...@trianz.com> on 2016/05/17 20:46:25 UTC

Failed to process TLD with path [/WEB-INF/struts-tiles.tld]

Hi,
While compiling .jsp file using tomcat8.0.33 binaries getting the following error, can you please advice?
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

RE: Failed to process TLD with path [/WEB-INF/struts-tiles.tld]

Posted by Venkata Reddy P <Ve...@trianz.com>.
Many Thanks Marks. In my case I have references in the .jsp pages, after replacing /WEB-INF/... to as below. Now it got generated but as you said still wanrings and info are getting generated.
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>

-----Original Message-----
From: Mark Thomas [mailto:markt@apache.org] 
Sent: 18 May 2016 02:23
To: Tomcat Users List
Subject: Re: Failed to process TLD with path [/WEB-INF/struts-tiles.tld]

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


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


Re: Failed to process TLD with path [/WEB-INF/struts-tiles.tld]

Posted by Mark Thomas <ma...@apache.org>.
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org