I set up the properties file in JBoss AS 6 using the properties-service.xml. here is my configuration for JBoss AS 6 →
<mbean code="org.jboss.varia.property.SystemPropertiesService"
name="jboss:type=Service,name=SystemProperties">
<attribute name="URLList">
here is path for properties file.
</attribute>
</mbean>
Now I installed the JBoss AS 7 server on my machine. How can I deploy or configure these properties of AS 7?
source
share