 | <mbean code="org.jboss.deployment.scanner.URLDeploymentScanner" name="jboss.deployment:type=DeploymentScanner,flavor=URL"> :<skip> <depends optional-attribute-name="Deployer"<jboss.system:service=MainDeployer</depends> :<skip> <attribute name="URLComparator">org.jboss.deployment.DeploymentSorter</attribute> : :<skip> : <!-- Frequency in milliseconds to rescan the URLs for changes --> <attribute name="ScanPeriod">5000</attribute> ←5秒間隔でスキャンを実行
<!-- A flag to disable the scans --> <attribute name="ScanEnabled">true</attribute> ←スキャンを有効に設定 :<skip> <attribute name="URLs"> deploy/ ←スキャンを実行するディレクトリを設定 </attribute> :<skip> <attribute name="RecursiveSearch">True</attribute> </mbean>
|  |