RE: How to disable axis debugger

2004-12-01 Thread Eyad Garelnabi
Thanx Bogdan, That solved the problem -Original Message- From: Sheptunov, Bogdan [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 10:24 AM To: [EMAIL PROTECTED] Subject: RE: How to disable axis debugger Axis uses log4j for logging. In your log4j configuration file, set

Re: How to disable axis debugger

2004-12-01 Thread karim
Eyad Garelnabi wrote: Hi, How do I disable the axis debugger on the server to prevent it from writing out whatever it does to the screen/console ? (I've looked all over the documentation for that and may have missed it if it's there). My main problem is that it tries to write even the binary data i

RE: How to disable axis debugger

2004-12-01 Thread Sheptunov, Bogdan
Axis uses log4j for logging. In your log4j configuration file, set level to higher than DEBUG for org.apache.axis classes. Here's how I do it in my log4j.xml (syntax will be different if you are using a plain text version of your config): If you dont have a log4j co