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:20:32 UTC

[tomcat] branch 7.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 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit e72707525fa4657879982d8ede2f21928695bc75
Author: Igal Sapir <is...@apache.org>
AuthorDate: Tue Oct 20 21:20:14 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 b74ab6a..8e9c8ce 100644
--- a/RUNNING.txt
+++ b/RUNNING.txt
@@ -313,8 +313,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