Re: different config files for different tomcat applications

2006-08-15 Thread Takacs Bence
Try running with -Dlog4j.debug. That should give you more info about the problem. Where should I put this switch? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: different config files for different tomcat applications

2006-08-15 Thread Takacs Bence
No log4j.xml, and only the two log4j.properties: - one in the /tomcat/shared/classes for tomcat inner logs - one in the /tomcat/common/classes for tomcat applications logs I make both of them after the error message... Thanks: Bence Jacob Kjome wrote: Is there a log4j.xml anywhere on

Re: different config files for different tomcat applications

2006-08-15 Thread Takacs Bence
Takacs Bence wrote: Try running with -Dlog4j.debug. That should give you more info about the problem. Where should I put this switch? Maybe when I run Catalina? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: different config files for different tomcat applications

2006-08-15 Thread James Stauffer
It is a command line option so that depends on how you run Tomcat. I put it in the Java tab of the Configure Tomcat applicaton. On 8/15/06, Takacs Bence [EMAIL PROTECTED] wrote: Try running with -Dlog4j.debug. That should give you more info about the problem. Where should I put this

Re: different config files for different tomcat applications

2006-08-15 Thread James Stauffer
I don't think it will work to have log4j.jar under webapps/app/WEB-INF/lib and expect those locations of log4j.properties to be used. You have 2 choices that I know will work: 1. Only have log4j.properties and log4j.jar under tomcat/shared or tomcat/common 2. Only have log4j.properties and

Re: different config files for different tomcat applications

2006-08-15 Thread Takacs Bence
1. Only have log4j.properties and log4j.jar under tomcat/shared or tomcat/common What do you mean 'or'??? Two directories for two different functions. One for tomcat 'inner' configuration (tomcat/common), and one for 'applications' configuration (tomcat/shared). As far as I know they are not

Re: different config files for different tomcat applications

2006-08-15 Thread James Stauffer
On 8/15/06, Takacs Bence [EMAIL PROTECTED] wrote: 1. Only have log4j.properties and log4j.jar under tomcat/shared or tomcat/common What do you mean 'or'??? Two directories for two different functions. One for tomcat 'inner' configuration (tomcat/common), and one for 'applications'

Re: different config files for different tomcat applications

2006-08-15 Thread Jacob Kjome
Quoting James Stauffer [EMAIL PROTECTED]: On 8/15/06, Takacs Bence [EMAIL PROTECTED] wrote: 1. Only have log4j.properties and log4j.jar under tomcat/shared or tomcat/common What do you mean 'or'??? Two directories for two different functions. One for tomcat 'inner' configuration