RE: Axis is logging everything...How can a deployed web service use log4j

2004-11-24 Thread METIN ZAVRAK
Teknoloji 0 543 502 03 63 [EMAIL PROTECTED] == Verba volent, scripta manent. (Söz uçar, yazı kalır). Wessel Alexander <[EMAIL PROTECTED]> 11/23/2004 07:03 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject RE: Axis is logging everything... Hmmm...

RE: Axis is logging everything...

2004-11-23 Thread Wessel Alexander
Hmmm... Just guessing: Do you have a log4j.properties file somewhere in your $CLASSPATH, before the one you are trying to set/change? From: METIN ZAVRAK *EXTERN* [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 1:06 PMTo: [EMAIL PROTECTED]Subject: Axis is logging everything

Axis is logging everything...

2004-11-23 Thread METIN ZAVRAK
Hi, I have a GUI calling some web services. I want both GUI and web services log their own exceptions. For example, if the GUI cannot call the web service, GUI should log it. But if the web service cannot accomplish its operation, web service should log it. Here comes the problem. Even I hav