I'm trying to configure Tomcat 3.2.2 with SOAP 2.2 on RedHat Linux 7 per the instructions on the apache site.
When I modify the tomcat.sh file to prepend xerces.jar to $CLASSPATH and then try to start Tomcat with bin/startup.sh, it will not completely start up. It hangs after defining the contexts. Everything through the web works fine if I do not force xerces.jar to the first position in $CLASSPATH, such as I can use the web admin tools to list and deploy/un-deploy services. But if I try to run the client-side ServiceManagerClient from the shell, an error returns as follows: Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError I know there are many postings in the archives that are similar to the problem above, but I am unable to find one that addresses the exact problem of Tomcat hanging and how to make that work. Any help is appreciated...
