You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Maxime Colas des Francs <ma...@hotmail.com> on 2002/09/19 17:43:32 UTC

Logs

Hi

I use Tomcat 4.1.10, Apache 2 and mod_jk2

Can we stop these logs in catalina.out ?

[...]
[Thu Sep 19 11:12:06 2002] ( info ) [jk_jni_aprImpl.c (470)]  jkInvoke() invoke 4cffedec
[Thu Sep 19 11:12:06 2002] ( info ) [jk_jni_aprImpl.c (470)]  jkInvoke() invoke 4cffedec
[Thu Sep 19 11:12:15 2002] ( info ) [jk_jni_aprImpl.c (470)]  jkInvoke() invoke 4cffedec
[Thu Sep 19 11:12:15 2002] ( info ) [jk_jni_aprImpl.c (470)]  jkInvoke() invoke 4cffedec
[Thu Sep 19 11:12:15 2002] ( info ) [jk_jni_aprImpl.c (470)]  jkInvoke() invoke 4cffedec
[...]

I want to use to use this file to log my debug information (with System.out) ?
is it a correct thing or can we manage a log file in a web application ? 
(for example with a Valve in server.xml) ?

thks