Re: Where to find service classes
"Scott Nichol" <[email protected]>
| Newsgroups | gmane.text.xml.soap.user |
|---|---|
| Message-ID | <1ab601c44404$e7a7d370$6401a8c0@northgate> |
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 > >