> If you want a process to be independant from user connection,
> disconnection on a Unix boxes (and more generally on any system),
> you should make it run as a service.
> 
> For example on Linux, you make it run at init time via 
> script in /etc/rc.d/init.d/.

And suppose it just blocks or I need to reload it for some reason... I would need to 
stopt/start it manually from a terminal.

I start Tomcat from init.d/ and I can use the same script to start/stop Tomcat any 
time manually.

Nix.


Reply via email to