You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Mlinar, Mario" <Ma...@shs.de> on 2004/02/18 11:27:46 UTC

Tomcat logging Problem???

I am using Tomcat 4.1.27 in combination with struts and log4J.
 
My problem is every time sending data to Tomcat my log output increments!!!!
 
e.g. 
if I submit any form for the first time my log works fine, the next time I
submit
a form my log shows the same line twice then three times and so on ....
 
first submit
18 Feb 2004 11:16:59,987 DEBUG -
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction - Eingaben geprft!

second submit
18 Feb 2004 11:16:59,987 DEBUG -
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction - Eingaben geprft!
123597 [Thread-1] DEBUG
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction  - Eingaben geprft!

third ...
18 Feb 2004 11:16:59,987 DEBUG -
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction - Eingaben geprft!
123597 [Thread-1] DEBUG
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction  - Eingaben geprft!
123597 [Thread-1] DEBUG
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction  - Eingaben geprft!

 
fourth ..
18 Feb 2004 11:16:59,987 DEBUG -
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction - Eingaben geprft!
123597 [Thread-1] DEBUG
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction  - Eingaben geprft!
123597 [Thread-1] DEBUG
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction  - Eingaben geprft!
123597 [Thread-1] DEBUG
de.shs.partnerportal.adb.ui.web.actions.GpSucheAction  - Eingaben geprft!
 
The first line is the one defined in my log4J configuration.
 
Any ideas???
Thanks in advance ....