[jboss-user] Hot deploy scanner and netboot

Maciej Madej maciekcom at gmail.com
Thu Nov 26 15:56:13 EST 2009


Hi,

I have two questions:

1)How to set "recursiveScan" and "scanEnabled" properties for hot deployment
in jboss 5.1.0? I've tried setting "scanEnabled" as follow (in
hdscanner-jboss-beans.xml):

    <bean name="HDScanner"
class="org.jboss.system.server.profileservice.hotdeploy.HDScanner">
        <property name="deployer"><inject
bean="ProfileServiceDeployer"/></property>
        <property name="profileService"><inject
bean="ProfileService"/></property>
        <property name="scanPeriod">5000</property>
        <property name="scanEnabled">false</property>
        <property name="scanThreadName">HDScanner</property>
    </bean>

But it does not work :( . I have also found out that "recursiveScan" is
property of VFSDeploymentScanner. But in which xml I should set it?

2)Is there an example how to use netboot with jboss 5.1.0?

--
Maciek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20091126/3d331926/attachment.html 


More information about the jboss-user mailing list