I am trying to write a java program that runs on the same machine Jboss is 
installed (and running).  I need to programmatically (from my java program) 
figure out where Jboss is installed on that system, and also what port it is 
running at.  

I know Jboss has properties like jboss.bind.address, jboss.server.base.dir I 
can use, but it always return null when I do a 
System.getProperty("jboss.bind.address") or 
System.getProperty("jboss.server.base.dir").  What's the easiest way to get to 
these jboss properties?  Do I need to actually call their MBeans? Is there an 
easier way?

thanks,
Pi

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954486#3954486

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954486

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to