[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Is it possible to configure deployment directory locatio

rooneyp1976 do-not-reply at jboss.com
Sun Nov 9 05:56:19 EST 2008


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



More information about the jboss-user mailing list