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