Dears:
Thanks for your suggestions, I will try to revise my configure to
check if the event will happen again.
2011/8/22 Sagara Gunathunga <[email protected]>
> On Sun, Aug 21, 2011 at 9:05 PM, 浮生半世情 <[email protected]> wrote:
> > Hi :
> > Does anyone face the following problems ?
> > I use Spring + Axis2 1.4 to develop my web services and package it as a
> WAR
> > file. Finally, I deploy my problem into Jetty 6. However, I found my web
> > service will be undeployed automatically after a few days. I can't sure
> the
> > duration.But, I found the following logs.
> > Although I try to find the root cause, it is no any effective
> result.
> > Does anyone know how to handle this kind of problems ?
> > org.apache.axis2.deployment.ServiceDeployer - Undeploying Web service:
>
> This should be an impact of something external to Axis2. Usually you
> can see above massage if you remove the running service from disk.
> Make sure your war file not altering during the run time by any other
> process .
>
> Also you can disable hot deployment feature by using following
> parameter on axis2.xml file. In your case you can place axsi2.xml in
> WEB-INF directory.
>
> <parameter name="hotdeployment">false</parameter>
>
>
> Thanks !
>
> --
> Sagara Gunathunga
>
> Blog - http://ssagara.blogspot.com
> Web - http://people.apache.org/~sagara/
> LinkedIn - http://www.linkedin.com/in/ssagara
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>