I have configured the properies file in JBoss AS 6 using 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 have installed the JBoss AS 7 server on my machine. How can I deploy or configure these properties AS 7?
System Properties can be set in the
standalone.xml,host.xmlordomain.xmlfiles depending on whether you are running a standalone instance, or configuring a member of a managed domain. Check out the following JBoss community documentation links:Link: JBoss AS 7 Admin Guide – System Properties
Link: JBoss AS7 System Properties article