if you send an os signal, it will invoke the shutdown hook and we'll turn around and call stop 0
regards, Karl On Mon, May 30, 2011 at 11:55 AM, Borja <[email protected]> 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. > > 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] >> > >> > >> >> >> > > -- > Saludos, > > Borja Miñano > IAC3 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Karl Pauls [email protected] http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

