Hmm, I'm not sure an external process can call another process' destroy() method. Normally the standalone embedded Jetty services run in one window until you Ctrl-C to escape from it. Have you considered deployment on Tomcat or an OSGi container? (http://www.jroller.com/gmazza/entry/web_service_tutorial) -- that might give you the service-side rigor you're looking for.

Glen

On 10/31/2012 12:01 PM, selvakumar netaji wrote:
Hi All,

I'm new to apache cxf. I have tried out the hello world example. The
service is exposed using the JaxWsServerFactoryBean. After starting the
server I tested the services. It was working fine and tired to stop the
server using the destroy method. It didn't work out. So I tried to see the
javadoc but nothing was mentioned in those javadoc except the method
summary.  The server is stopped only on stopping the vm. Can you please
help on this to find out the javadocs.



--
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to