|
From: Bashiro <ba...@en...> - 2005-04-19 16:53:00
|
>Is there a way to get the status of a service that is > installed using the java service wrapper. ??? I don't think this is possible with a direct command . Leif just answered a similar question.I may be wrong so someone can correct me if I am wrong. The only way to find out is by testing the service; 1. writing service_name restart, or service_name start will tell you if it's installed or not. If the service is installed the wrapper will start the service without any problem If the service is not installed you will get errors. > Also is there a way to know whether particular > service(whose name is known)is installed or Not. ????? You have to enter into control panel admin tools, services then find out from there. hope this helps bashiro |