Hi Torsten,
 
I don't know if this helps you though I'm a beginner too, but I have added the following to my classpath:
 
C:\Program Files\Apache Tomcat 4.0\webapps\soap\WEB-INF\classes
 
and it worked...
 
Tobi
-----Urspr�ngliche Nachricht-----
Von: Torsten Ek [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 13. Mai 2002 16:38
An: [EMAIL PROTECTED]
Betreff: Class loader problem with Soap 2.2 and Tomcat 4.0.1.

I'm having trouble running Soap 2.2 with Tomcat 4.0.1. The only advise I've found on the
net is to go back to Tomcat 3.x. I don't have that option.
 
I've modified the catalina.bat file to give me the following classpath:
 
Using CLASSPATH:     C:\Tools\xerces-1_4_4\xerces.jar;C:\Tools\soap-2_2\lib\soap.jar;c:\Tools\soap-2_2;c:\Tools\javamail-1.2\mail.jar;c:\Tools\jaf-1.0.1\activation.jar;;C:\Program Files\Apache Tomcat 4.0\bin\bootstrap.jar;C:\jdk1.3.1_02\lib\tools.jar
 
I've also dropped soap.jar into my %CATALINA_HOME%\webapps\soap\WEB-INF\lib folder as well as in %CATALINA_HOME%\server\lib
 
When I run the testit script for the addressbook sample, I get a list of errors starting with:
 
C:\Tools\soap-2_2\samples\addressbook>testit
This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter
Deploying the addressbook service...
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/soap/server/ServiceManagerClient
....
 
I'm pretty much stuck so any suggestions would be greatly appreciated!
 
Regards,
 
- Torsten

Reply via email to