Results 1 to 3 of 3

Thread: Tomcat 5.5, Log4J, Spring

  1. #1
    Join Date
    Jul 2005
    Location
    Hamburg, Germany
    Posts
    34

    Default Tomcat 5.5, Log4J, Spring

    Hi there,

    I recently upgraded to Tomcat 5.5 (before I was running 4.1.x). Now my logging is broken.
    During startup Tomcat writes to the default server logs that the files I've setup in log4j.xml could not be found.
    I'm using Springs Log4jConfigListener with the env-variable ${webapp.root} for logfiles relative to my application.
    I think now Tomcat 5.5 searches a Log4J config file and find my log4j.xml at a point where ${webapp.root} is not set. Therefore initialization fails.
    This isn't corrected by the Log4jConfigListener afterwards (I think because Log4J is already configured)...

    Am I completly wrong or is there any solutions for this problem?
    Thanks in advance.

  2. #2
    Join Date
    Aug 2004
    Posts
    7

    Default

    I also have this problem.

    Tomcat5.5 + spring + log4j.xml(not log4j.properties)

    Tomcat stops due to prev error, Error listenerStart.

    I check spring sample, none of log4j.xml could be found but log4j.properties.

    Could somebody solve it?

    Thanks.

    ifun

  3. #3
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Could you post some stacktrace or info messages. Tomcat 5.5 doesn't work by default with log4j - see this webpage for more info: http://tomcat.apache.org/tomcat-5.5-doc/logging.html
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Similar Threads

  1. JTA in Tomcat 5.0 with Spring
    By jsissom in forum Data
    Replies: 11
    Last Post: Mar 26th, 2008, 12:12 PM
  2. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  3. Spring error with embedded Tomcat 5.0.27 in Eclipse 3.0
    By hqfz in forum SpringSource Tool Suite
    Replies: 0
    Last Post: Jan 13th, 2005, 09:35 AM
  4. Replies: 1
    Last Post: Dec 24th, 2004, 06:42 PM
  5. Stop Spring Logging
    By jgchristopher in forum Container
    Replies: 6
    Last Post: Dec 8th, 2004, 10:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •