Results 1 to 1 of 1
Hi i am new to linux world.
I want to run the jar file (which consists of java classes) as service.
I have done this in Fedora linux .But i ...
- 03-29-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 7
Services in SUSE
Hi i am new to linux world.
I want to run the jar file (which consists of java classes) as service.
I have done this in Fedora linux .But i am not able to do the same in SUSE.
I have started the service using the command " java -jar se.jar" in start function of the init script. and i am able to stop it also using the command " pkill "
But i do not know how to know the status of service ? I have tried with the checkproc but i am not getting any output.
I am attaching my script file .
Thanks in Advance


Reply With Quote