----- Original Message ----- From: "Len Takeuchi" <[EMAIL PROTECTED]> To: "Axis User" <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 4:21 PM Subject: isolation of web services deployed on axis
> Hello, > > Is there any mechanism available in axis to achieve some level of isolation > between web service implementations? If two web services depend on using > different versions of classes with the same name how can each web service > get the right version, given that the implementations go in the classes or > lib directory of the axis web application. What I'm looking for is > something like the way each web application deployed on a servlet engine > gets its own classloading space. the trick is to stop having multiple apps in the axis webapp, and move to one webapp per app, each with the axis libs (and servlets in web.xml)