git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@522797
13f79535-47bb-0310-9956-
ffa450edef68
set CATALINA_TMPDIR=%CATALINA_BASE%\temp
:gotTmpdir
-if not exist "%CATALINA_HOME%\conf\logging.properties" goto noJuli
+if not exist "%CATALINA_BASE%\conf\logging.properties" goto noJuli
set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"
:noJuli
fi
# Set juli LogManager if it is present
-if [ -r "$CATALINA_HOME"/conf/logging.properties ]; then
+if [ -r "$CATALINA_BASE"/conf/logging.properties ]; then
JAVA_OPTS="$JAVA_OPTS "-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" "-Djava.util.logging.config.file="$CATALINA_BASE/conf/logging.properties"
fi
<subsection name="Catalina">
<changelog>
<fix>
+ <bug>41786 </bug> Incorrect reference to catalina_home in catalina.sh/bat Patch provided by Mike Hanafey (fhanik)
+ </fix>
+ <fix>
<bug>41703</bug> SingleSignOnMessage invalid setter, patch provided by Nils Hammar (fhanik)
</fix>
<fix>