It's simple, just put the definition of rpcrouter(servlet) in the web.xml of
your web application.
Note: you can get the definition of rpcrouter from Apche Soap's web.xml.
good luck,
Huimin Wang
Globus,Inc Japan
----- Original Message -----
From: "Tarun Garg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 04, 2001 8:27 PM
Subject: Re: soap service class.
> How should I put the rpcrouter into "web.xml" ???
>
>
> ----- Original Message -----
> From: "oh" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, July 04, 2001 4:26 PM
> Subject: Re: soap service class.
>
>
> > ----- Original Message -----
> > From: "Tarun Garg" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > Sent: Wednesday, July 04, 2001 7:23 PM
> > Subject: soap service class.
> >
> >
> > > When you want tomcat to automatically reload your servlets, you put
them
> > in
> > > web-inf/classes directory.
> > > Where can I put my classes which implement soap services ??
> > > Presently I have to restart tomcat everytime I change the class.
> > > Putting it in web-inf/classes doesn't help. tomcat cannot find it.
> > >
> >
> > You can put the rpcrouter into your "web.xml" and
> > put your service programs in web-inf/classes.
> > Hope this help.
> >
> > Huimin Wang,
> > Globus Inc, Japan.
> >
> >
>