Re: AW: AW: logging log4j of my application

2007-05-25 Thread Mirek Kopriva
Nachricht- > Von: Marc Rameder [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 22. Mai 2007 16:38 > An: 'Tomcat Users List' > Betreff: AW: AW: AW: logging log4j of my application > > First of all thanks for your help!!! But I didn't find a solution until > now. &

Re: AW: AW: logging log4j of my application

2007-05-25 Thread Mirek Kopriva
arc Rameder [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Mai 2007 16:38 An: 'Tomcat Users List' Betreff: AW: AW: AW: logging log4j of my application First of all thanks for your help!!! But I didn't find a solution until now. After revising the source code if found the main pr

AW: AW: AW: logging log4j of my application

2007-05-22 Thread Marc Rameder
Sorry for spaming but solution is found! Jar file was corrupted. Thanks @ all marc -Ursprüngliche Nachricht- Von: Marc Rameder [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Mai 2007 16:38 An: 'Tomcat Users List' Betreff: AW: AW: AW: logging log4j of my application Fi

AW: AW: AW: logging log4j of my application

2007-05-22 Thread Marc Rameder
lem at the bottom with this new aspect? Regards marc -Ursprüngliche Nachricht- Von: Rainer Jung [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 16:59 An: Tomcat Users List Betreff: Re: AW: AW: logging log4j of my application Your config looks OK to me. Sometimes such a thing h

Re: AW: AW: logging log4j of my application

2007-05-21 Thread Rainer Jung
ommons=WARN, CONSOLE log4j.logger.org.hibernate=INFO, CONSOLE log4j.logger.org.hibernate.type=INFO, CONSOLE log4j.logger.org.springframework=INFO, CONSOLE -Ursprüngliche Nachricht- Von: Rainer Jung [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Mai 2007 13:55 An: Tomcat Users List Betreff: Re: AW:

AW: AW: logging log4j of my application

2007-05-21 Thread Marc Rameder
List Betreff: Re: AW: logging log4j of my application All right, so we assume, there are no log4j things lying around in your Tomcat apart from your webapp. Also please check, that the running Tomcat process has no -Dlog4j.configuration in its commandline. It could be, that you have a servlet

Re: AW: logging log4j of my application

2007-05-21 Thread Rainer Jung
All right, so we assume, there are no log4j things lying around in your Tomcat apart from your webapp. Also please check, that the running Tomcat process has no -Dlog4j.configuration in its commandline. It could be, that you have a servlet initialization, that configures log4j via its API, bu

AW: logging log4j of my application

2007-05-21 Thread Marc Rameder
I deploy a war file with the following content. WEB-INF: classes: contains the log4j.properties file in the root directory. Only oneexists. lib: contains the log4j-1.2.9.jar not in any other directory my web.xml contains log4jConfigLocation c