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:11:34 UTC

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


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 8eef1c2  Use better location for Tomcat pid file in example
8eef1c2 is described below

commit 8eef1c2d4b55025156c1680a9e3f69a643d65e5b
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 a4b2d76..a0fe5ab 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