RE: Using Axis SOAP client from Tomcat/Catalina causesLogConfigurationException...

2002-09-26 Thread Richard Sitze
No.. :-) It's not clear to me exactly WHAT your exact problem is... but can I hazard a guess that you have your application classloaders configured to load the webapp classes before the appserver host classes? IF that is true, then the following occurs [and the ramifications of this problem

Re: Using Axis SOAP client from Tomcat/Catalina causesLogConfigurationException...

2002-09-25 Thread Scott Nichol
Isn't Tomcat just picking up its commons-logging.jar from tomcat/server/lib? You might have to see whether Tomcat is stable if you replace that with the one from Axis rc1. Scott Nichol - Original Message - From: "Per Kreipke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

Re: Using Axis SOAP client from Tomcat/Catalina causesLogConfigurationException...

2002-09-25 Thread Richard Sitze
Per, where did you drop commons-logging.jar OR commons-logging-api.jar (one, but NOT both please). This can happen if you have commons-logging in BOTH your host library and your EAR/WAR file(s). *** Richard A. Sitze IBM WebSphere WebServices Developme