我正在使用Jboss 6.4,我希望在我的localhost部署文件夹中使用此结构。
如何在配置中更改此内容:
/usr/webapps/myApp/deployments/WAR
/usr/webapps/myApp/appconfig/myApp.properties
答案 0 :(得分:1)
在standalone.xml中,声明一个相对目录
$(Document).ready // you can see the uppercase D in the document
。 。 。 。 。更改部署扫描程序路径
<system-properties>
<property name="deploy.dir" value="/usr/webapps/myApp"/>
</system-properties>
要在类路径中添加外部propreties文件,您可以配置nem模块:JBoss External Properties Files in Classpath