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
Your config looks OK to me. Sometimes such a thing happens, if one starts the process unintended as root, who then owns the log file and after starting again as non-root, the process user can not write to the file... You can add "-Dlog4j.debug" to the startup options of your Tomcat. Then cat

AW: AW: logging log4j of my application

2007-05-21 Thread Marc Rameder
The output of the log file should be information about hibernate, spring and my development in the net.thefource package. I have used this log4j.properties for a GUI application where it is working fine and also by testing the server with JUnit all debug information are displayed. I am starting th