On 5/30/11 5:55, Borja wrote:
Sorry Karl,

I don't understand you. Do you refer sending the signal programatically
or an OS signal?
I mean stoping it safely, like doing a stop 0 in the shell, but from
outside. From command line, or something i could use in a script.

If you have a reference to the framework instance (e.g., you created the instance), then just call stop() on it and do a waitForStop()...

If you don't have a reference to the instance, then you could deploy a bundle that gives you remote access somehow to do a stop() on the system bundle.

-> richard

Thanks for your interest

El lun, 30-05-2011 a las 11:46 +0200, Karl Pauls escribió:
If you use our basic main jar, it registers a shutdown hook so you
should be able to just send a kill signal to make the framework
shutdown.

regards,

Karl

On Mon, May 30, 2011 at 11:34 AM, Borja<[email protected]>  wrote:
I want to know if there is any possibility to safely stop felix outside
of felix shell.
I would like to make an executable that could be used as a stop script.


Saludos,

Borja Miñano
IAC3


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to