What to do with the classes depends somewhat on how you installed 
Apache SOAP.

With Tomcat 4.x, Apache SOAP should be installed as a webapp.  This 
can be done by placing soap.war in $CATALINA_HOME/webapps.  Tomcat 
will then extract the war file into $CATALINA_HOME/webapps/soap.  
Alternatively, you can extract the war directly into that directory.

The service classes should be added to the webapp.  If they are in a 
jar, the jar should be placed in $CATALINA_HOME/webapps/soap/WEB-
INF/lib.  Class files should be placed under 
$CATALINA_HOME/webapps/soap/WEB-INF/classes.  It may be necessary to 
restart Tomcat after placing the classes in their appropriate place.

On 13 Jun 2003 at 9:26, Pascal Robert wrote:

> BTW: this is on:
> 
> Mac OS X 10.2
> Tomcat 4.1.18
> Apache SOAP 2.2
> Apache HTTPD 1.3.27/mod_ssl
> 
> > Hi list,
> > 
> > I have to install a WS that an another consultant wrote, and I'm a bit lost.
> > He provided the DeploymentDescriptor.xml and the WSDL files that I need
> > (It's a server-side service, they will call it from a .NET client app).  My
> > ApacheSOAP installation seems to be fine, I can go to the admin interface
> > and rpcrouter is answering 'Sorry, I don't speak via HTTP GET ', so so far
> > everything is normal.
> > 
> > I tried to deploy the app this way:
> > 
> > java org.apache.soap.server.ServiceManagerClient \
> > http://xxxx/telus/servlet/rpcrouter deploy DeploymentDescriptor.xml
> > 
> > And it was added as a deployed services.  But where do I put the app ???
> > The app is simply two Java classes, one of them is the class with the
> > service method described in the DeploymentDescriptor.xml file.  It's neither
> > a servlet or JSP file, so I really don't know where I need to put the app
> > :-/
> > 
> > Thanks.
> > 
> 
> 


Scott Nichol

Do not reply directly to this e-mail address,
as it is filtered to only receive e-mail from
specific mailing lists.


Reply via email to