This content has been marked as final.
Show 2 replies
-
1. Re: Manage EAR using twiddle
rakcheru Dec 14, 2010 12:36 AM (in response to rakcheru)Fix was easy.
Just for the record. The application MBean name has single quotes. I didnt escape them which caused the issue. Following worked fine
twiddle -s rakeshk:1099 info jboss.j2ee:service=EARDeployment,url=\'myapp.ear\'
Thanks & Regards
Rakesh
-
2. Re: Manage EAR using twiddle
jaikiran Dec 14, 2010 12:36 AM (in response to rakcheru)Try:
twiddle -s rakeshk:1099 info jboss.j2ee:service=EARDeployment,url=\'myapp.ear\'