Class WarWatcher

java.lang.Object
org.apache.catalina.ha.deploy.WarWatcher

public class WarWatcher extends Object
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:
Peter Rossbach