1

I have 2-3 application(of type war and ear) deployed on jboss 5.0.1 GA.Actually i need a way to check the list of completely deployed applications without opening the actual application.There is a way to see that by using :-

twiddle.sh query 'jboss.web.deployment:*

' but it also shows the incomplete deployed application apart from deployed.

4

2 回答 2

1

您可能必须创建一个脚本(shell/groovy 等)来获取 MBean 列表(使用您已有的命令),然后遍历结果以仅显示属性State = 3的那些(使用 twiddle get 选项)。

于 2012-09-14T14:12:18.503 回答
0

请使用此命令:-

./twiddle.sh query "jboss.web.deployment:*"
于 2016-09-08T13:22:06.290 回答