From ea3fe1060b150b88e1bf005012afe3451e8fe85d Mon Sep 17 00:00:00 2001 From: rjung Date: Tue, 21 Jun 2011 06:17:38 +0000 Subject: [PATCH] Add an info about setenv.sh before listing the customizable variables. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1137868 13f79535-47bb-0310-9956-ffa450edef68 --- bin/catalina.bat | 3 +++ bin/catalina.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bin/catalina.bat b/bin/catalina.bat index be8b3f2c6..c8621cedc 100755 --- a/bin/catalina.bat +++ b/bin/catalina.bat @@ -20,6 +20,9 @@ rem Start/Stop Script for the CATALINA Server rem rem Environment Variable Prerequisites rem +rem Do not set the variables in this script. Instead put them into a script +rem setenv.bat in CATALINA_BASE/bin to keep your customizations separate. +rem rem CATALINA_HOME May point at your Catalina "build" directory. rem rem CATALINA_BASE (Optional) Base directory for resolving dynamic portions diff --git a/bin/catalina.sh b/bin/catalina.sh index cc9383da8..0c86880b7 100755 --- a/bin/catalina.sh +++ b/bin/catalina.sh @@ -20,6 +20,9 @@ # # Environment Variable Prerequisites # +# Do not set the variables in this script. Instead put them into a script +# setenv.sh in CATALINA_BASE/bin to keep your customizations separate. +# # CATALINA_HOME May point at your Catalina "build" directory. # # CATALINA_BASE (Optional) Base directory for resolving dynamic portions -- 2.11.0