found a hack/workaround

use a relative path instead. The one below corresponds to c:\mydeploy


  |    <!-- Scan for applications -->
  |    <bean name="VFSDeploymentScanner" 
class="org.jboss.system.server.profileservice.VFSDeploymentScannerImpl">
  |       <property name="profileService"><inject 
bean="ProfileService"/></property>
  |       <property name="filterInstance"><inject 
bean="DeploymentFilter"/></property>
  |       <property name="URIList">
  |          <list elementClass="java.net.URI">
  |             <!-- Standard hot deployment directory -->
  |             <value>${jboss.server.home.url}deploy/</value>
  |             <value>${jboss.server.home.url}../../../../../mydeploy/</value>
  |          </list>
  |       </property>
  |    </bean>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187942#4187942

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187942
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to