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#4181555

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181555
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to