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:15:14 UTC

[tomcat] branch 8.5.x 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 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 80da170  Use better location for Tomcat pid file in example
80da170 is described below

commit 80da1708d80eeac4c1fbb3a372c4be2a4663b5e1
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 4ed846f..ba36d53 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