[jboss-user] [Management, JMX/JBoss] - Re: Validate that all modules of an EAR have been deployed.
dietice
do-not-reply at jboss.com
Thu Aug 7 04:14:27 EDT 2008
Hi,
you can check this programmatically using http://wiki.jboss.org/wiki/Twiddle and query:
| for each in $(./twiddle.sh -s localhost query "jboss.j2ee:ear=NameOfApplication.ear,*"); do
| ./twiddle.sh -s localhost get --noprefix "$each" StateString
| done
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169218#4169218
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169218
More information about the jboss-user
mailing list