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 > >