RE : missing appenders for log4j

2004-12-22 Thread Faucher, Christian
Title: Message Hi Russell,   Even though you have Log4J in your classpath, you still have to configure it properly.   Attached is a very basic log4j.xml you can use.  In your client main() (or anywhere before the first call to Axis), you need to have the following lines:   ... DOMConfigurator.

Re: missing appenders for log4j

2004-12-21 Thread Adaptive Protocols
Hi Russell,   Check the log4j. properties file in axis classpath. It should be there with proper settings.   Thanks, MohitRussell Lane <[EMAIL PROTECTED]> wrote: I'm running Java Axis v.1.2 RC 2 on Tomcat v.4.1.31. I followed the install instructions correctly (I think), and am now deploying some t