Hi,
I'm using JBoss 7.1.3 and Spring 3.1.4.RELEASE. I was wondering if there's a way I can put system properties in some configurable way in my WAR file instead of adjusting the JBoss standalone.xml file, which normally includes
<system-properties>
<property name="property" value="value"/>
</system-properties>
I'm trying to minimize the setup other developers have to do on their machiens. If I can embed the system properties in the WAR file and have the same effect, no one will have to do any additional configurations to their systems.
Thanks, - Dave