RE: Axis trouble with Tomcat 4.0.2 and 4.0.3 (was Re: XML Parsers and Classloading in Tomcat)

2002-04-09 Thread Walden Mathews
2002 3:45 PM > To: [EMAIL PROTECTED] > Subject: Axis trouble with Tomcat 4.0.2 and 4.0.3 (was Re: XML Parsers > and Classloading in Tomcat) > > > > On Tue, Apr 09, 2002 at 12:43:30PM -0400, Madan, Kapil wrote: > > I would also suggest the same Tomcat 4.0.x > >

Axis trouble with Tomcat 4.0.2 and 4.0.3 (was Re: XML Parsers and Classloading in Tomcat)

2002-04-09 Thread Nathan D. Bowen
t; To: '[EMAIL PROTECTED]' > Subject: RE: XML Parsers and Classloading in Tomcat > > > Just out of curiosity, why are you not using Tomcat 4.0.x? Tomcat 3.x is > notorious for class loader problems because of the ambiguous class loader > scoping specification (or lack

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread James Hughes
t: RE: XML Parsers and Classloading in Tomcat I would also suggest the same Tomcat 4.0.x it works without trouble even for Axis or Soap2.2 !! -Original Message- From: Ng, Charles [mailto:[EMAIL PROTECTED]] Sent: 09 April 2002 17:41 To: '[EMAIL PROTECTED]' Subject: RE: XML Parsers

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Madan, Kapil
I would also suggest the same Tomcat 4.0.x it works without trouble even for Axis or Soap2.2 !! -Original Message- From: Ng, Charles [mailto:[EMAIL PROTECTED]] Sent: 09 April 2002 17:41 To: '[EMAIL PROTECTED]' Subject: RE: XML Parsers and Classloading in Tomcat Just out of

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Ng, Charles
: Tuesday, April 09, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: RE: XML Parsers and Classloading in Tomcat Ok everybody, Thanks for all your help!! I have now done a clean install of Tomcat3.3.1 (not 3.3a as I previously had), and I have managed to get a reasonable response from the AxisServlet and

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread James Hughes
Ok everybody, Thanks for all your help!! I have now done a clean install of Tomcat3.3.1 (not 3.3a as I previously had), and I have managed to get a reasonable response from the AxisServlet and AdminServlet. I think that either I have an odd tomcat3.3a setup, or there is something different in 3

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Brenda Coulson
:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 12:19 PM To: [EMAIL PROTECTED] Subject: RE: XML Parsers and Classloading in Tomcat Yes :) -Original Message- From: Newman, Scott [mailto:[EMAIL PROTECTED]] Sent: 09 April 2002 17:14 To: [EMAIL PROTECTED] Subject: RE: XML Parsers and Classloading

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Newman, Scott
And you did put the axis jars into the common/lib folder as well? Newman -Original Message- From: James Hughes [mailto:[EMAIL PROTECTED]] Sent: 09 April, 2002 11:19 AM To: [EMAIL PROTECTED] Subject: RE: XML Parsers and Classloading in Tomcat Yes :) -Original Message- From

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread James Hughes
Yes :) -Original Message- From: Newman, Scott [mailto:[EMAIL PROTECTED]] Sent: 09 April 2002 17:14 To: [EMAIL PROTECTED] Subject: RE: XML Parsers and Classloading in Tomcat After you put them in there, did you restart tomcat? -Original Message- From: James Hughes [mailto

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Newman, Scott
After you put them in there, did you restart tomcat? -Original Message- From: James Hughes [mailto:[EMAIL PROTECTED]] Sent: 09 April, 2002 11:12 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: XML Parsers and Classloading in Tomcat Still no luck! I got rid of the

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread James Hughes
PROTECTED] Subject: RE: XML Parsers and Classloading in Tomcat Yes, I did not see the xerces.jar file anywhere in your listing of your Tomcat lib/common directory. Also, make sure you are using the version of xerces that is compatible with JAXP, as mentioned in the Axis installation guide. I had the

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Brenda Coulson
Yes, I did not see the xerces.jar file anywhere in your listing of your Tomcat lib/common directory. Also, make sure you are using the version of xerces that is compatible with JAXP, as mentioned in the Axis installation guide. I had the same error - "NoSuchMethodError" being thrown from within a

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread Newman, Scott
Try putting the axis jar files directly into tomcat/common/lib (along with xerces, if it's not already there) That's how I got it to work. Newman -Original Message- From: James Hughes [mailto:[EMAIL PROTECTED]] Sent: 09 April, 2002 10:56 AM To: Axis Users Subject: XML Parsers and Cla

RE: XML Parsers and Classloading in Tomcat

2002-04-09 Thread James Hughes
Sorry, that wasa the wrong stack trace, heres the right stack trace: java.lang.NoSuchMethodError at org.apache.axis.deployment.wsdd.WSDDDocument.(Unknown Source) at org.apache.axis.configuration.FileProvider.configureEngine(Unknown Source) at org.apache.axis.AxisEngine.ini