*/
private Map<ClassLoader, String> childClassLoaders =
new WeakHashMap<ClassLoader, String>();
-
+
+
// ------------------------------------------------------------- Properties
/**
- * Return the value of the live deploy flag. If true, it indicates that
- * a background thread should be started that looks for web application
- * context files, WAR files, or unpacked directories being dropped in to
- * the <code>appBase</code> directory, and deploys new ones as they are
- * encountered.
- */
- public boolean getLiveDeploy() {
- return (this.autoDeploy);
- }
-
-
- /**
- * Set the live deploy flag value for this host.
- *
- * @param liveDeploy The new live deploy flag
- */
- public void setLiveDeploy(boolean liveDeploy) {
- setAutoDeploy(liveDeploy);
- }
-
-
- /**
* Return the Java class name of the error report valve class
* for new web applications.
*/
directory.</p>
<p>If the application war or directory is deployed in your Host appBase
-directory and either the Host is configured with autoDeploy=true or
-liveDeploy=true, the Context path must match the directory name or
-war file name without the ".war" extension.</p>
+directory and either the Host is configured with autoDeploy=true the Context
+path must match the directory name or war file name without the ".war"
+extension.</p>
<p>For security when untrusted users can manage web applications, the
Host deployXML flag can be set to false. This prevents untrusted users
<li><em>Context path must match the directory or WAR file name:</em>
<blockquote>
If the application war or directory is deployed in your Host appBase
- directory and either the Host is configured with autoDeploy=true or
- liveDeploy=true, the Context path must match the directory name or
- war file name without the ".war" extension.
+ directory and either the Host is configured with autoDeploy=true the Context
+ path must match the directory name or war file name without the ".war"
+ extension.
</blockquote></li>
<li><em>Only web applications in the Host web application directory can
be deployed</em>
directory.</p>
<p>If the application war or directory is installed in your Host appBase
-directory and either the Host is configured with autoDeploy=true or
-liveDeploy=true, the Context path must match the directory name or
-war file name without the ".war" extension.</p>
+directory and either the Host is configured with autoDeploy=true or the
+Context path must match the directory name or war file name without the
+".war" extension.</p>
<p>For security when untrusted users can manage web applications, the
Host deployXML flag can be set to false. This prevents untrusted users
<li><em>Context path must match the directory or WAR file name:</em>
<blockquote>
If the application war or directory is installed in your Host appBase
- directory and either the Host is configured with autoDeploy=true or
- liveDeploy=true, the Context path must match the directory name or
- war file name without the ".war" extension.
+ directory and either the Host is configured with autoDeploy=true the
+ Context path must match the directory name or war file name without
+ the ".war" extension.
</blockquote></li>
<li><em>Only web applications in the Host web application directory can
be installed</em>