Find the answer to your Linux question:
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 ...
  1. #1
    Just 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
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...