Hello, In our Struts app, whenever a JSP uses taglibs, the following 4 messages are produced for each taglib referenced:
--- ParserUtils: warning org.xml.sax.SAXParseException: missing system ID, using http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd ParserUtils: warning org.xml.sax.SAXParseException: URI was not reported to parser for entity [document] ParserUtils: warning org.xml.sax.SAXParseException: No base URI; hope URI is absolute: http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd ParserUtils: warning org.xml.sax.SAXParseException: No base URI; hope this SYSTEM id is absolute: http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd --- Now, this wouldn't be so bad, but I can't seem to figure out how to filter these out with log4j. I turned off all logging to stdout, but these warnings still go to stdout. (and on to catalina.out making for a nice large log file) Does anyone know how to either fix what it's complaining about, or prevent these messages from displaying? The tags seem to be working just fine otherwise. Thanks, Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]