Posted By:
Darren_Marvin
Posted On:
Thursday, October 18, 2001 09:06 AM
I am trying to get soap 2.2 to work with tomcat 3.2.3. I have followed the instructions and put xerces.jar (version 1.4.3) at the beginning of classpath in tomcat.sh. Unfortunately when I do this tomcat starts and shows the following: 2001-10-18 16:42:30 - ContextManager: Adding context Ctx( ) 2001-10-18 16:42:30 - ContextManager: Adding context Ctx( /test ) 2001-10-18 16:42:30 - ContextManager: Adding context Ctx( /soap ) it is missing: 2001-10-18 16:42:31 - PoolTcpConnector: Starting HttpConnectionHandler on 8080 2001-10-18 16:42:31 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007 and the server is not accessible. If I remove xerce
More>>
I am trying to get soap 2.2 to work with tomcat 3.2.3. I have followed the instructions and put xerces.jar (version 1.4.3) at the beginning of classpath in tomcat.sh. Unfortunately when I do this tomcat starts and shows the following:
2001-10-18 16:42:30 - ContextManager: Adding context Ctx( )
2001-10-18 16:42:30 - ContextManager: Adding context Ctx( /test )
2001-10-18 16:42:30 - ContextManager: Adding context Ctx( /soap )
it is missing:
2001-10-18 16:42:31 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-10-18 16:42:31 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
and the server is not accessible.
If I remove xerces from the class path then tomcat loads correctly and is accessible but fails when I attempt to test the rpc router with:
java org.apache.soap.server.ServiceManagerClient http://..../soap/servlet/rpcrouter list
creating the error message:
Ouch, the call failed:
Fault Code = SOAP-ENV:Server.Exception:
Fault String = java.lang.NoSuchMethodError
Any ideas? Hope so.
Thanx in advance.
<<Less