Hi Mark,

Now that I check my web.xml file, I realized that these TLD files are not
even mentioned there! I think I remember they used to be mentioned there,
but I upgraded my web.xml file to a newer format and then I got rid of those
references. But I'm getting the INFOs in my log yet, since I migrated to
Tomcat 7.0.10 from 6.0.X.
So where is the redundancy?



On Wed, Mar 9, 2011 at 1:16 PM, Mark Thomas <ma...@apache.org> wrote:

>  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