-
Bug
-
Resolution: Unresolved
-
Major
-
JBossAS-4.2.3.GA
-
None
-
None
In $JBOSS_HOME/server/
{name of server}/conf/jboss-service.xml, there is a comment at the beginning of the deployment scanner section which reads, in part:
Example URLs:
deploy/
..
${jboss.server.home}/deploy/
scans ${jboss.server.home)/deploy, which is always local
...
Should that latter reference, in that comment, be to the property ${jboss.server.home.dir} (as per https://community.jboss.org/wiki/JBossProperties), rather than to the property ${jboss.server.home}?