开发者

Adding deploy folders to the JBoss 5.1.0 classpath

开发者 https://www.devze.com 2023-02-06 15:01 出处:网络
In JBoss 5.1.0 there are the following files: <JBOSS_HOME>/<INSTANCE>/conf/jboss-service.xml

In JBoss 5.1.0 there are the following files:

<JBOSS_HOME>/<INSTANCE>/conf/jboss-service.xml
<JBOSS_HOME>/<INSTANCE>/conf/bootstrap/profile.xml

Folders into which wars/ears/deployables can be dropped should be specified in the profile.xml file's applicationURI section (where deploy is specified by default). Other folders which contain resources for the shared classpath can be added as <classpath codebase="..." /> entries to the jboss-service.xml file.

Folders added to the profile.xml file's applicationURI section are also automatically put on the classpath.

While there seems to be no obvious problem with folders being specified in both jboss-service.xml and profile.xml is there any u开发者_运维技巧nderlying issue with this?

0

精彩评论

暂无评论...
验证码 换一张
取 消