Here is another way - access the jboss.server.name system property. Progammatically, do
this:
String conf = System.getProperty("jboss.server.name");
Or using the jmx console (or twiddle), you can invoke the showAll operation on the
jboss:type=Service;name=SystemProperties mbean.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181555#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...