Hello.
I have a problem with the logging in our application.
As soon as the first Axisrequest is happend, the logger logs everything in stoud
although this is not configured in our log4j.properties.
What can be the problem for this. Also, I dont find a way to configure the
log4j.properties for
Tim T [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 10:57 AM
To: [EMAIL PROTECTED]
Subject: RE: problem with logging
I had the same problem using TomCat. You are right to remove it from the jar. To log
to a file you will need to modify the log4j.properties file as well (e.g. uncomment
LASSPATH I would try
including the directory where log4j.properties resides.
-Original Message-
From: Herrick, Mike [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 12:33 PM
To: '[EMAIL PROTECTED]'
Subject: problem with logging
Hi,
I have an odd problem. I've inst
Hi,
I have an odd problem. I've installed Axis on a number of machines running WLS 7.2 and
Axis logs to the console "out of the box".
On the particular machine I'm working on, I can't get it to log. I tried removing the
log4j.properties from the axis.jar and adding it to the axis/WEB-INF/class