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