This is probably a silly newbee question but how do I shutdown a
standalone axis server.
I have implemented the ServiceLifeCycle interface so I can do late
late cleanup database
and jms stuff, and this works nice.
Since I have developed on a Mac the Unix command 'kill' takes down the
axisserver nice and
clean, calling my shutDown() method. But my problem is that I will
deploy this axis2server on
OpenVMS and there is not a 'kill' command there, only a 'delete/entry'
command that does
like 'kill -9', and thats not nice since the server dies abruptly.
So what strategy shall I use? Implement an operation that will
shutdown axis2 from inside?
If so what method can I call to stop the server and how do I get hold
of the objects that
has the stop method? Or is there a static method somewhere to call?
Any hint will be fine ;-)
Kind regards
--kjell
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]