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 origi
I believe there is one more way to check that follow it:-
go for jmx-console (i.e. localhost:8080/jmx-console)
--jboss.system then
type=ServerConfig click on it
there you will get List of MBean attributes:
in that table search for ServerHomeDir, probably second
Using all configuration, you are going to use a default configuration with
cluster libs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181422#4181422
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181422
___