|
From: Mallikarjuna_Gerivi <mal...@pe...> - 2009-03-04 05:59:16
|
Hi I am successful in executing the java application into UNIX daemon process (running background) using wrapper-linux-x86-32-3.3.2 and controlling the service through wrapper commands like myservice start -- To start the service myservice stop --- To stop the service myservice status --- To find the status of the service But I need to control the wrapper using "service" command which exists in UNIX / LINUX for controlling the daemon processes. For example, for getting the status of mysql process, we will use the command as "service mysqld status" in UNIX / LINUX platform. If I tried "service myservice status" to find the status of myservice, it is throwing an error as "bash not found. Invalid command to execute" How to control myservice (UNIX daemon background process) through UNIX / LINUX "service" command. Thanking you, Regards Mallik DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails. |