This is an automated email from the ASF dual-hosted git repository. markt 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 d26dd5c Use better location for Tomcat pid file in example d26dd5c is described below commit d26dd5cfe415f8048b502f6fe0285b58998750a3 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org