I was following the steps in this article: (http://dcb.sun.com/practices/devnotebook/apache_soap.jsp) which has step3 as this:
java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy DeployGreeter.xml i am having trouble my classpath to recognize this ServiceManagerClient class saying it can't find the main method (even though I put in the org.apache.soap.... packages all in my classpath. is there a work around to this? -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 1:44 PM To: [EMAIL PROTECTED] Subject: Re: install help Your service classes should be added to the Apache SOAP webapp in Tomcat, e.g. by placing them under $CATALINA_HOME/webapps/soap/WEB-INF/classes. Scott Nichol ----- Original Message ----- From: "Jahangir, Hamza" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 4:39 PM Subject: install help > hi, > > i just download apache soap toolkit and am trying to install a test echo > service myself. i have gotten as far as writing the deployment descriptor. i > am also running the tomcat server out of my eclipse ide. how do i deploy the > service now? and how do i hookup make tomcat see my Echo.java code? - simply > put it inside its classpath? is there a better utility to do all this for > me? > > thanks, > - hamza > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>