Hi Neil, I wrote a detail step by step instruction in this mail list. http://marc.theaimsgroup.com/?l=soap-user&m=100199111401559&w=2
Hope this help. Boon Pang At 11:16 PM 10/23/2001 +0100, you wrote: >Sorry to bother everyone, but I've scoured the web looking for >documentation on setting up the latest SOAP (2.2) and Tomcat 4.0 >(Catalina) together. > >I have most of it working except some problems when trying java. >I have downgraded from Java 1.4 back to Java 1.3.1 as I thought >this maybe the problem, but now I don't think it is. > >I believe Tomcat 4 uses a different method of loading class files >and that it might be this that is causing the problems. > >When I try the command : >java org.apache.soap.server.ServiceManagerClient \ > http://localhost:8080/soap/servlet/rpcrouter list > >I just get the good old NoFuncDef error in Main > >Can anyone please offer me some advice on how to set this up properly > >Thanks very much >Neil (Who desparately needs this for his final year honours project) >:)