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 process table is
"java" regardless how many java applications are running at the same time.
Trying to get the process id using: ps -ef | grep classname, will return
nothing.

How can I get the name of a process (java application) to be able to kill
it?
Is there any other way to run the application automatically when the machine
boots up?

We will appreciate any help with that.  Thanks.

Francisco


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to