在JBoss AS 7中设置属性文件

var*_*sha 5 jboss7.x

我已经使用properties-service.xml在JBoss AS 6中配置了本地文件.这是我对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>
Run Code Online (Sandbox Code Playgroud)

现在我在我的机器上安装了JBoss AS 7服务器.如何部署或配置AS 7这些属性?

ddr*_*dri 9

可以在或文件中设置系统属性standalone.xml,具体取决于您运行的是独立实例,还是配置托管域的成员.查看以下JBoss社区文档链接:host.xmldomain.xml

链接:JBoss AS 7管理员指南 - 系统属性

链接:JBoss AS7系统属性文章