RE: Turning off Discovery of Logging

2004-03-17 Thread Michael Ryan
Sent: Wednesday, March 17, 2004 12:36 PM To: [EMAIL PROTECTED] Subject: Re: Turning off Discovery of Logging >What I want to do is have Axis not use discovery, but just use a >default implementation that is hardcoded, and cannot be modified by >user's own classpath's. Try

Re: Turning off Discovery of Logging

2004-03-17 Thread Nelson Minar
>What I want to do is have Axis not use discovery, but just use a >default implementation that is hardcoded, and cannot be modified by >user's own classpath's. Try this: java -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger This is documented here: http://ws.apache.o