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 2019/07/25 09:28:07 UTC

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63567

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 0cfb159  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63567
0cfb159 is described below

commit 0cfb1595316141a92f80bf49cd65aff7f335fd1b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 24 22:45:17 2019 +0100

    Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63567
    
    Pass $LOGGING_MANAGER to jvm on stop
---
 bin/catalina.sh            | 2 +-
 webapps/docs/changelog.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bin/catalina.sh b/bin/catalina.sh
index 4f84d57..23bb3b3 100755
--- a/bin/catalina.sh
+++ b/bin/catalina.sh
@@ -514,7 +514,7 @@ elif [ "$1" = "stop" ] ; then
     fi
   fi
 
-  eval "\"$_RUNJAVA\"" $JAVA_OPTS \
+  eval "\"$_RUNJAVA\"" $LOGGING_MANAGER $JAVA_OPTS \
     -D$ENDORSED_PROP="\"$JAVA_ENDORSED_DIRS\"" \
     -classpath "\"$CLASSPATH\"" \
     -Dcatalina.base="\"$CATALINA_BASE\"" \
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 479390d..50c853b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -129,6 +129,11 @@
         directory to local administrators, Local System and Local Service.
         (markt)
       </fix>
+      <fix>
+        <bug>63567</bug>: Restore the passing of <code>$LOGGING_MANAGER</code>
+        to the jvm in <code>catalina.sh</code> when calling <code>stop</code>.
+        (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org