TED]
Sent: Tuesday, July 19, 2005 4:16 PM
To: axis-user@ws.apache.org
Subject: Log4j (and other) errors.
Hi,
Just installed axis and all sw needed to make it 'happy'. In working
through the User Guide, cannot get any of the userguide samples to work.
Always get 'WARN Please in
Hello Dave,
To resolve the log4j initialization error you have to specify a
configuration file for log4j. You can do that by passing in a Java
property on the java command line as :
java -Dlog4j.configuration=myconfig.xml my.package.name.myclass
The myconfig.xml is configuration file with y
Hi,
Just installed axis and all sw needed to make it 'happy'. In working
through the User Guide, cannot get any of the userguide samples to work.
Always get 'WARN Please initialize the log4j system properly' and then
some other error. Don't have a clue as to what is required; assumed
that follow