OK, this is driving me crazy. I'm getting Segmentation fault while trying to list services with: $ java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list
I'm running tomcat4.0, xerces2.0.0, soap2.2 and I have the following .jar's both in JAVAHOME/jre/lib/ext and in CATALINA_HOME/lib/: activation.jar jasper-runtime.jar (catalina_home only) mail.jar naming-factory.jar (catalina_home only) soap.jar xerces.jar xmlParserAPIs.jar Tomcat starts just fine. I can see the typical "error message" when I access http://localhost:8080/soap/servlet/rpcrouter through a web browser. But if I try to list/deploy a service from the command line using the ServiceManagerClient, it just segfaults. Any help more than welcome. TIA, thalis
