AW: AW: Logging web applications with log4j 1.2

2019-02-21 Thread Thomas Rohde
Hi Chris, > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Thomas, > > On 2/21/19 07:20, Thomas Rohde wrote: > > Hi Chris, > > > > -Ursprüngliche Nachricht- Von: Christopher Schultz > > [mailto:ch...@christopherschultz.net] Gesendet: Mittwoch, 20. > > Februar 2019 16:41 An: user

Re: AW: Logging web applications with log4j 1.2

2019-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thomas, On 2/21/19 07:20, Thomas Rohde wrote: > Hi Chris, > > -Ursprüngliche Nachricht- Von: Christopher Schultz > [mailto:ch...@christopherschultz.net] Gesendet: Mittwoch, 20. > Februar 2019 16:41 An: users@tomcat.apache.org Betreff: Re: L

AW: Logging web applications with log4j 1.2

2019-02-21 Thread Thomas Rohde
Hi Chris, -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Mittwoch, 20. Februar 2019 16:41 An: users@tomcat.apache.org Betreff: Re: Logging web applications with log4j 1.2 > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > >

AW: logging to syslog

2017-02-20 Thread Schöke , Karsten
I don't understand this... I will all messages from the tomcat installation forward to a syslog server. In Debian ist located the logging.propeties under /etc/tomcat7/logging.properties with this content: handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler,

Re: AW: logging to syslog

2017-02-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karsten, On 2/15/17 1:02 AM, Schöke, Karsten wrote: > Many thx for you hint. > > Where is the right place for this configuration, to log all > messages from catalina.out to syslog. > > (I use Debian) catalina.out is where stdout is redirected. If

AW: logging to syslog

2017-02-14 Thread Schöke , Karsten
Many thx for you hint. Where is the right place for this configuration, to log all messages from catalina.out to syslog. (I use Debian) -Ursprüngliche Nachricht- Von: Chandrashekar H.S [mailto:schan...@kodiakptt.com] Gesendet: Mittwoch, 15. Februar 2017 04:38 An: Tomcat Users List Betref

AW: logging

2008-07-08 Thread Norbert Hirneisen
Well, you could use nfs to mount a share from the target machine and create a symlink to the logs-directory. That would be a direct approach with the disadvantage that you will get problems when the target machine won´t be available. An other solution is to create a cronjob an move the archived log

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