Web Hosting Talk







View Full Version : Another Newbie Question - Running Apps


Scuttle
03-19-2001, 04:32 AM
I have a java class that I would like to run upon boot-up...

I can run it from telnet but it shuts down when ever I exit telnet...

I would also like a program (or some way) to monitor if this app is running and restart it if possible...

Any ideas?

stumped windows user with a new raq!

Thanks.

Juan
03-19-2001, 06:51 AM
Try putting the file in /etc/rc.d/init.d/

Scuttle
03-19-2001, 07:15 AM
I am stupid in this regard.. should I make a file with pico and put the full telnet command I use to run it in the file?

Thanks...