| java.lang.Object org.apache.catalina.cluster.deploy.WarWatcher
WarWatcher | public class WarWatcher implements Runnable(Code) | | 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
author: Filip Hanik version: 1.0 |
Inner Class :protected class WarInfo | |
alive | protected boolean alive(Code) | | Run status
|
currentStatus | protected Map currentStatus(Code) | | Currently deployed files
|
deployDir | protected File deployDir(Code) | | Directory to watch for war files
|
interval | protected long interval(Code) | | Check interval
|
log | public static org.apache.commons.logging.Log log(Code) | | |
|
|