FarmWarDeployer.java | Class |
A farm war deployer is a class that is able to
deploy/undeploy web applications in WAR form
within the cluster.
Any host can act as the admin, and will have three directories
- deployDir - the directory where we watch for changes
- applicationDir - the directory where we install applications
- tempDir - a temporaryDirectory to store binary data when downloading a war
from the cluster
Currently we only support deployment of WAR files since they are easier to send
across the wire. |