Hi,<br><br>I have two questions:<br><br>1)How to set &quot;recursiveScan&quot; and &quot;scanEnabled&quot; properties for hot deployment in jboss 5.1.0? I&#39;ve tried setting &quot;scanEnabled&quot; as follow (in hdscanner-jboss-beans.xml):<br>
<br>    &lt;bean name=&quot;HDScanner&quot; class=&quot;org.jboss.system.server.profileservice.hotdeploy.HDScanner&quot;&gt;<br>        &lt;property name=&quot;deployer&quot;&gt;&lt;inject bean=&quot;ProfileServiceDeployer&quot;/&gt;&lt;/property&gt;<br>
        &lt;property name=&quot;profileService&quot;&gt;&lt;inject bean=&quot;ProfileService&quot;/&gt;&lt;/property&gt;<br>        &lt;property name=&quot;scanPeriod&quot;&gt;5000&lt;/property&gt;<br>        &lt;property name=&quot;scanEnabled&quot;&gt;false&lt;/property&gt;<br>
        &lt;property name=&quot;scanThreadName&quot;&gt;HDScanner&lt;/property&gt;<br>    &lt;/bean&gt;<br><br>But it does not work :( . I have also found out that &quot;recursiveScan&quot; is property of VFSDeploymentScanner. But in which xml I should set it?<br>
 <br>2)Is there an example how to use netboot with jboss 5.1.0?<br clear="all"><br>--<br>Maciek<br>