Let's assume you don't start JBoss with the -g switch, so your HAPartition is
named "DefaultPartition".
For AS 5:
| [bes@besdev bin]$ ./twiddle.sh get
jboss:service=HAPartition,partition=DefaultPartition CurrentView
| CurrentView=[127.0.0.1:1099]
|
For AS 4:
| [bes@besdev bin]$ ./twiddle.sh get jboss:service=DefaultPartition CurrentView
| CurrentView=[127.0.0.1:1099]
|
If you start with -g, e.g. "./run.sh -c all -g MyPartition" then replace
"DefaultPartition" in the above with "MyPartition".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204864#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...