Re: webapp, ServletContextListener and log files

2007-02-06 Thread Hugues Ferland
I apologize for this previous mail, I realized this was just plain wrong. It was stdout and stderr that was written to catalina_.log (though I don't know where that log file is configured - there is also a catalina.out which remains empty). This lead me ask: What really do? As I understoo

webapp, ServletContextListener and log files

2007-02-05 Thread Hugues Ferland
Hi, I use Tomcat 5.5 with Java 1.6.0-b105 on a Debian Linux. I have a context defined and want all of its logging to be in its own logfile. The first thing I tried is to modify the file logging.properties, in the conf directory of my Tomcat installation, adding a handler for my new context. Th