facebook

huge repetitive debug output on Tomcat startup

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #230740 Reply

    pir8ped
    Member

    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

    #230751 Reply

    Riyad Kalla
    Member

    John,
    I’m willing to bet anything you have a log4j.properties file somewhere in your classpath that Tomcat is picking up and since it uses commons-logging it’s going NUTS spitting out all the debug information.

    I did this once before, but with Hibernate, was crazy how much output it resulted in.

    #230781 Reply

    pir8ped
    Member

    Thanks Riyad,

    You wouldn’t lose the bet.

    John

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: huge repetitive debug output on Tomcat startup

You must be logged in to post in the forum log in