2011/3/13 Mark Thomas <ma...@apache.org>: > On 13/03/2011 05:37, Brian Braun wrote: >> - Should I tell Tomcat not to show those info messages somehow? > > No. >
If you really want to silence the messages, without changing anything in your application, it is possible by adding the following line to conf/logging.properties: org.apache.catalina.startup.TaglibUriRule.level=WARNING 2011/3/13 Brian Braun <brianbr...@gmail.com>: > OK, I will find out what are the URIs of the TLDs. Those are defined as <uri>...</uri> inside the *.tld files. (The actual values were mentioned in the log message that you cited earlier). See also the JSP specification for the background on the issue. E.g. chapters JSP.7.3.2 and JSP.7.3.4 of jsp-2_2-mrel-spec.pdf http://wiki.apache.org/tomcat/Specifications Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org