Thanks Scott, does that mean that all your service classes are under http://www.yoursite.com/soap/servlet/
What I'd like to do is have a range of services on virtual hosts:
www.service1.service.com
www.service2.service.com
with the router as normal on www.service.com/soap/servlet/rpcrouter
a sort of MVC almost.
each service will have jsp files that will do non service things such as display human readable status pages etc.
Alistair


On 27 May 2004, at 17:08, Scott Nichol wrote:

Personally, I think the best deployment technique is to have Apache SOAP and your service classes together in a single webapp. That is what I always do.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Alistair Young" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 27, 2004 10:47 AM
Subject: Where to find service classes


Hi there,
what's the best way to handle the CLASSPATH within soap? I have a
webapp that contains a class that will handle soap requests. Of course,
when a request for that class comes to the rpcrouter, the router can't
find the class as it's in another servlet.
Can someone maybe advise on the best method for allowing the router to
find classes in other servlets?
many thanks,
Alistair







Reply via email to