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 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): <logger name="org.apache.axis" additivity="false"> <level value="INFO"/> <appender-ref ref="someAppender"/> </logger> If you dont have a log4j config file yet, create one in your project. > -----Original Message----- > From: Eyad Garelnabi [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 01, 2004 9:16 AM > To: [EMAIL PROTECTED] > Subject: How to disable axis debugger > > > > > 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 it > recieves. > > Thanx a million. > >