[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to qualify java properties with jboss server instanc

2007-10-22 Thread jesso1607
"PeterJ" wrote : The jboss.server.config.url property is only available when running JBoss AS. It is not available in standalone Tomcat. | | I suggest you define your own system property for the location of the properties file and pass it in on the JVM command line. How do I do that for mul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to qualify java properties with jboss server instanc

2007-10-19 Thread jesso1607
I also think these libraries can be in a Tomcat server as well. Sorry I forgot to say that. The above would only work in JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097074#4097074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to qualify java properties with jboss server instance

2007-10-19 Thread jesso1607
We have 3 JBoss server instances with Java libraries as war files. In the code they access a common java "properties" file. This is common across the 3 servers, since they share the same code. I need to find a way to qualify the variables in the property file with the name of the server insta