[jboss-user] [Beginners Corner] - Re: How to determine which profile that JBoss are runnioing

2008-10-10 Thread PeterJ
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

[jboss-user] [Beginners Corner] - Re: How to determine which profile that JBoss are runnioing

2008-10-10 Thread sachin.parnami
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

[jboss-user] [Beginners Corner] - Re: How to determine which profile that JBoss are runnioing

2008-10-10 Thread erasmomarciano
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 ___