JBoss Community

Re: Set properties file in jboss7

created by markus78 in JBoss AS 7 Development - View the full discussion

Hi,

 

In JBoss 7 you can define your system properties in the standalone.xml file (or domain) something like this..

 

<system-properties>
     <property name="URLLIST" value="path for properties file"/>
</system-properties>

 

It's explained quite nicely here


http://community.jboss.org/wiki/JBossAS7SystemProperties

 

Regards

/Markus

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community