Re: Windows Service and Logging

2007-05-09 Thread Chris Campbell
I found a solution if anyone is interested ( and maybe its the solution at the broken link in the FAQ? ) When I first setup my log4j appenders I used relative paths from the tomcat bin directory to the logs directory ( silly me ) I had log4j.appender.server.file=../logs/server.log which works fi

Windows Service and Logging

2007-05-09 Thread Chris Campbell
Logging (log4j) works fine for my servlets in Tomcat 5.5 until I run Tomcat as a service on windows, in which case I only get stdout, stderr and jakarta_service logs. The FAQ on the apache tomcat site has an entry for this problem, but the link to its solution in the archives is broken, and I cann