On 09/03/2011 18:12, Brian Braun wrote:
> Hi,
> 
> I just migrated from Tomcat 6.0.29 to 7.0.10. I have solved several problems
> regarding the migration, but I don't know what these mean:
> 
> INFO: Deploying web application archive ROOT.war
> Mar 9, 2011 9:28:12 AM org.apache.catalina.startup.TaglibUriRule body
> INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already
> defined
> Mar 9, 2011 9:28:12 AM org.apache.catalina.startup.TaglibUriRule body
> INFO: TLD skipped. URI: http://struts.apache.org/tags-html is already
> defined
> Mar 9, 2011 9:28:12 AM org.apache.catalina.startup.TaglibUriRule body
> INFO: TLD skipped. URI: http://struts.apache.org/tags-logic is already
> defined
> Mar 9, 2011 9:28:12 AM org.apache.catalina.startup.TaglibUriRule body
> INFO: TLD skipped. URI: http://struts.apache.org/tags-nested is already
> defined
> Mar 9, 2011 9:28:12 AM org.apache.catalina.startup.TaglibUriRule body
> INFO: TLD skipped. URI: http://struts.apache.org/tags-tiles is already
> defined
> Mar 9, 2011 9:28:12 AM org.apache.catalina.startup.TaglibUriRule body
> INFO: TLD skipped. URI: http://displaytag.sf.net is already defined
> Something tells me that Tomcat now expects my web.xml file to comply with
> the new Servlet/JSP specifications, or a new version of the web.xml format.
> I haven't changed my web.xml file at all, yet.
> I would like to get rid of these warnings.
> Anybody knows what is this about?

They are INFO messages so do not indicate an error condition. It looks
like you have multiple TLD definitions for a given URI (web.xml and TLD
embedded in a JAR?). Removing the duplicates should fix it.

Mark

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

Reply via email to