The ModDeployer kmodule polls a filesystem directory for SAR or JAR files to deploy as systems. The ModDeployer kmodule is implemented by com.fs.pxe.kernel.moddeployer.ModDeployer.
The poller keeps track of the modification time of the archives it deploys. If a new or newer archive is detected, the currently deployed system (if any) will be undeployed, and the new system will be deployed.
| Name |
Type |
Required |
Description |
| DomainAdminMBean |
String |
Yes. |
the JMX ObjectName of a an adminitrative MBean for the PXE domain to deploy systems into. For a domain deployed via the [{{ModSfwk}}] kmodule, the name can be found via the domainAdminMBean attribute on the ModSfwk MBean. |
| DeployDir |
String |
Yes. |
the directory to poll for archives to deploy. |
The poller will start when the kmodule is deployed, so a PXE domain (e.g., via the [{{ModSfwk}}] kmodule) should already be up and running.