Question : Command to know the JBoss Service Status in UNIX.?

As we have start and stop service command for jboss configured in UNIX, so is it possible to know about the status of Jboss!  Like can we configure command for status like service jboss status? If yes Pls. let me know.
Or is there any other way to know about current status of jboss on UNIX, as we use service httpd status command for apache in UNIX.
Thanks in Advance!

Answer : Command to know the JBoss Service Status in UNIX.?

Hmmm....as far as I know none that JBoss provides on its own. You can use the following command to find if the Java exe command corresponding to JBoss is running or not

ps -ef|grep java
Random Solutions  
 
programming4us programming4us