This is an automated email from the ASF dual-hosted git repository.
isapir pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new d0dedef Updated text per @schultz
d0dedef is described below
commit d0dedef4670f15fe94092241cb6fe90c14f241ed
Author: Igal Sapir <[email protected]>
AuthorDate: Tue Oct 20 21:15:02 2020 -0700
Updated text per @schultz
---
RUNNING.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/RUNNING.txt b/RUNNING.txt
index b34e1c7..1f79a15 100644
--- a/RUNNING.txt
+++ b/RUNNING.txt
@@ -297,8 +297,8 @@ CATALINA_BASE can be referenced in the XML configuration
files processed
by Tomcat as ${catalina.home} and ${catalina.base} respectively.
For example, the standard manager web application can be kept in
-CATALINA_HOME/webapps/manager and loaded into CATALINA_BASE by using
-the following trick:
+CATALINA_HOME/webapps/manager and loaded into CATALINA_BASE by copying
+its deployment descriptor into the desired virtual host:
* Copy the CATALINA_HOME/webapps/manager/META-INF/context.xml
file as CATALINA_BASE/conf/Catalina/localhost/manager.xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]