You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2020/10/21 04:13:34 UTC

[tomcat] branch 9.0.x updated: Updated text per @schultz

This is an automated email from the ASF dual-hosted git repository.

isapir pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 8bcc845  Updated text per @schultz
8bcc845 is described below

commit 8bcc8453c51166074e81a35cbe9427d5d5f92104
Author: Igal Sapir <is...@apache.org>
AuthorDate: Tue Oct 20 21:11:32 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 c71620b..02283a3 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org