[jboss-user] [Beginners Corner] - Re: How can I find out from command line if JBoss is current
PeterJ
do-not-reply at jboss.com
Wed Apr 9 15:59:46 EDT 2008
You could run a twiddle command to check the value of an attribute of an mbean, such as:
twiddle get "jboss.system:type=Server" Started
This is not a perfect solution because this command will yield "Started=true" as soon as JMX and JNDI are running, but HTTP and thus web applications are usually not available until a few seconds later.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142967#4142967
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142967
More information about the jboss-user
mailing list