Re: [Axis2] hot service undeployment

2006-05-08 Thread Richard Gregory
Hi Deepal, The solution I posted for Michele last Friday worked for her (see below). Although it's really a Tomcat issue, and is mentioned briefly but not that clearly in their FAQ (http://tomcat.apache.org/faq/windows.html#lock), I'll add this solution to the Axis1.x wiki later today, as I

Re: [Axis2] hot service undeployment

2006-05-06 Thread Deepal Jayasinghe
Hi Michele; I think you are using windows , because I too have this problem :) . Any way the problem is due to class loading issues . As you know in Axis2 each services get its own class loader, so how we create the class loader is using the service archive file as a url. Once we create the class

[Axis2] hot service undeployment

2006-05-05 Thread Michele Mazzucco
Hi all, I know it's possible to deploy services while the server is running (Tomcat + Axis2), but is it possible to undeploy services while the server is on? Thanks, Michele

Re: [Axis2] hot service undeployment

2006-05-05 Thread Deepal Jayasinghe
You have that capability , but you have to edit axis2.xml file in order to have this feature. You have to change to parameter name=hotupdate locked=falsefalse/parameter following parameter name=hotupdate locked=falsefalse/parameter Michele Mazzucco wrote: Hi all, I know it's possible to deploy

Re: [Axis2] hot service undeployment

2006-05-05 Thread Michele Mazzucco
Hi Deepal, my axis2.xml has the following line parameter name=hotupdate locked=falsetrue/parameter but I can't delete any service while the server is running. Michele Deepal Jayasinghe wrote: You have that capability , but you have to edit axis2.xml file in order to have this feature. You

Re: [Axis2] hot service undeployment

2006-05-05 Thread Richard Gregory
Hi Michele, If this is under windows I had the same problem with Axis 1.x war files. To solve it, I edited the %CATALINA_HOME%/conf/context.xml file and added the following attributes to the root Context element. Context antiJARLocking=true antiResourceLocking=true I don't use Axis2, so I