Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.catalina.cluster.deploy: Javadoc index of package org.apache.catalina.cluster.deploy.


Package Samples:

org.apache.catalina.cluster.deploy

Classes:

FarmWarDeployer: 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.
FileMessageFactory: This factory is used to read files and write files by splitting them up into smaller messages. So that entire files don't have to be read into memory. The factory can be used as a reader or writer but not both at the same time. When done reading or writing the factory will close the input or output streams and mark the factory as closed. It is not possible to use it after that. To force a cleanup, call cleanup() from the calling object. This class is not thread safe.
WarWatcher: The WarWatcher watches the deployDir for changes made to the directory (adding new WAR files->deploy or remove WAR files->undeploy) And notifies a listener of the changes made
FileMessage: Contains the data for a file being transferred over TCP, this is essentially a fragment of a file, read and written by the FileMessageFactory
FileChangeListener
UndeployMessage

Home | Contact Us | Privacy Policy | Terms of Service