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

2016-05-17 Thread Venkata Reddy P
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:ma...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


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



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

2016-05-17 Thread Mark Thomas
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



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

2016-05-17 Thread Venkata Reddy P
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