You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/03/30 08:10:54 UTC

[tomcat] branch main updated: Use better location for Tomcat pid file in example

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c35e93  Use better location for Tomcat pid file in example
0c35e93 is described below

commit 0c35e93139d66c4e86f0685db384f9f7ed395ad4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 30 09:09:31 2022 +0100

    Use better location for Tomcat pid file in example
---
 RUNNING.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RUNNING.txt b/RUNNING.txt
index 7ae9cad..f26a8b0 100644
--- a/RUNNING.txt
+++ b/RUNNING.txt
@@ -163,7 +163,7 @@ On Windows, %CATALINA_BASE%\bin\setenv.bat:
 On *nix, $CATALINA_BASE/bin/setenv.sh:
 
   JRE_HOME=/usr/java/latest
-  CATALINA_PID="$CATALINA_BASE/tomcat.pid"
+  CATALINA_PID="/run/tomcat.pid"
 
 
 The CATALINA_HOME and CATALINA_BASE variables cannot be configured in the

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org