Hi,
Can anyone tell me why I get nearly 10,000 lines of output from the Tomcat debug startup? Nearly all of it is a repeat of this:
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester] - < Fire end() for CallParamRule[paramIndex=1, attributeName=null, from stack=false]>
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester.sax] - <characters(
)>
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester.sax] - <endElement(,,mime-mapping)>
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester] - < match='web-app/mime-mapping'>
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester] - < bodyText='
'>
I guess I have something wrong with an xml file somewhere, but I have checked through and can't see what might be wrong.
Thanks,
John Pedersen
Can anyone tell me why I get nearly 10,000 lines of output from the Tomcat debug startup? Nearly all of it is a repeat of this:
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester] - < Fire end() for CallParamRule[paramIndex=1, attributeName=null, from stack=false]>
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester.sax] - <characters(
)>
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester.sax] - <endElement(,,mime-mapping)>
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester] - < match='web-app/mime-mapping'>
2005-06-08 06:51:34,125 DEBUG [org.apache.commons.digester.Digester] - < bodyText='
'>
I guess I have something wrong with an xml file somewhere, but I have checked through and can't see what might be wrong.
Thanks,
John Pedersen