Hi,
I get nearly 10,000 lines of debug output when I start Tomcat. Most of the output is of the form:
2005-06-08 07:19:49,343 DEBUG [org.apache.commons.digester.Digester.sax] – <endElement(,,web-app)>
2005-06-08 07:19:49,343 DEBUG [org.apache.commons.digester.Digester] – < match=’web-app’>
2005-06-08 07:19:49,343 DEBUG [org.apache.commons.digester.Digester] – < bodyText=’ …lots of white space….
‘>
repeated many times.
Can anyone suggest what is wrong?
Many thanks,
John Pedersen