From 392ba1f43cfdd3d38ccc24e2434431d3fc21264d Mon Sep 17 00:00:00 2001
From: markt appBase 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.
*/
diff --git a/webapps/docs/html-manager-howto.xml b/webapps/docs/html-manager-howto.xml
index e8d5990cb..1dd65f452 100644
--- a/webapps/docs/html-manager-howto.xml
+++ b/webapps/docs/html-manager-howto.xml
@@ -467,9 +467,9 @@ file, the war will be unpacked into a directory in your Host appBase
directory.
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.For security when untrusted users can manage web applications, the Host deployXML flag can be set to false. This prevents untrusted users @@ -528,9 +528,9 @@ error message. Possible causes for problems include:
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.
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 or the +Context path must match the directory name or war file name without the +".war" extension.For security when untrusted users can manage web applications, the Host deployXML flag can be set to false. This prevents untrusted users @@ -488,9 +488,9 @@ error message. Possible causes for problems include:
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.