Re: Can't seem to get logging to work in Tomcat 5.5.9

2007-06-07 Thread Rob Tanner
Georg, Finally kind of solved my problem. First, I went to a fresh install of 5.5.23 and then added the log4j.properties file in ${CATALINA_HOME}/common/classes and the log4j jar file in ${CATALINA_HOME}/common/lib. No go. So, thinking maybe the documentation was wrong, I moved the properti

Re: Can't seem to get logging to work in Tomcat 5.5.9

2007-05-31 Thread Georg Sauer-Limbach
Hi Rob, check catalina.out, there should be some message of log4j complaining if it has been loaded but cannot work. You may also add -Dlog4.debug to the java command line, this makes log4j output debug messages on stdout. If you don't see any output of log4j, then I'd suggest calling java with

RE: Can't seem to get logging to work in Tomcat 5.5.9

2007-05-25 Thread Tim Lucia
Subject: Re: Can't seem to get logging to work in Tomcat 5.5.9 Tim, Right now I'm running Tomcat as root so that it can grab ports 80 and 443 (I understand there is a work around for that, but I'm not there yet) and so permissions is not an issue.  I also wondered whether the file

Re: Can't seem to get logging to work in Tomcat 5.5.9

2007-05-25 Thread Rob Tanner
Tim, Right now I'm running Tomcat as root so that it can grab ports 80 and 443 (I understand there is a work around for that, but I'm not there yet) and so permissions is not an issue. I also wondered whether the file had to already exist before it could log to it. So I touched the file and that m

RE: Can't seem to get logging to work in Tomcat 5.5.9

2007-05-25 Thread Tim Lucia
Your configuration file is valid. Does the user Tomcat runs as have write permission along the output path? You could try using /tmp as a test. If it is not permissions, then it could be a classpath issue, but your notes lead me to believe that not to be the case (i.e., you put them where they s