Does anyone know anything about this? This is generating HUGE
catalina.out files, and I would really like to use log4j to catch these
rather than having to build and/or configure yet another app just to
rotate this one file...

Thanks,
Andy

-----Original Message-----
From: Andy Schmidgall 
Sent: Wednesday, August 04, 2004 4:57 PM
To: Struts Users Mailing List
Subject: Taglibs generating lots of warning messages


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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to