Re: application to start automatically at boot

2000-11-15 Thread Alexander V. Konstantinou
efore exiting. Alexander On Wed, Nov 15, 2000 at 09:11:05AM -0500, Francisco Gongora wrote: > Hello: > > We want our application to start automatically at boot, or stop when the > system shuts down. We are using a startup script ( /etc/rc.d/init.d ) for > that. After we start

Re: application to start automatically at boot

2000-11-15 Thread Joi Ellis
On Wed, 15 Nov 2000, Francisco Gongora wrote: > Hello: > > We want our application to start automatically at boot, or stop when the > system shuts down. We are using a startup script ( /etc/rc.d/init.d ) for > that. After we start the java application (jar), we cannot find th

Re: application to start automatically at boot

2000-11-15 Thread Dr. Michael Christiansen
he file myclass.pid has the pid of the java process. Hope this helps, Mike Francisco Gongora wrote: > Hello: > > We want our application to start automatically at boot, or stop when the > system shuts down. We are using a startup script ( /etc/rc.d/init.d ) for > that. After we star

application to start automatically at boot

2000-11-15 Thread Francisco Gongora
Hello: We want our application to start automatically at boot, or stop when the system shuts down. We are using a startup script ( /etc/rc.d/init.d ) for that. After we start the java application (jar), we cannot find the name of the process (process id). The name of the command in the