https://issues.apache.org/bugzilla/show_bug.cgi?id=47919

--- Comment #2 from Eric Herman <e...@freesa.org> 2009-09-30 03:32:30 PDT ---
or perhaps cleaner as:

diff -u catalina.sh.orig catalina.sh
--- catalina.sh.orig    2009-09-30 10:22:39.039478613 +0200
+++ catalina.sh    2009-09-30 11:26:31.606955254 +0200
@@ -265,6 +265,22 @@

   shift
   touch "$CATALINA_BASE"/logs/catalina.out
+
+  CATALINA_OUT="$CATALINA_BASE"/logs/catalina.out
+  cat <<EOF >> $CATALINA_OUT
+Using CATALINA_BASE:      $CATALINA_BASE
+Using CATALINA_HOME:      $CATALINA_HOME
+Using CATALINA_TMPDIR:    $CATALINA_TMPDIR
+Using JAVA_HOME:          $JAVA_HOME
+Using JRE_HOME:           $JRE_HOME
+Using _RUNJAVA:           $_RUNJAVA
+Using _RUNJAVA -version   $($_RUNJAVA -version 2>&1)
+Using JAVA_OPTS:          $JAVA_OPTS
+Using CATALINA_OPTS:      $CATALINA_OPTS
+Using JAVA_ENDORSED_DIRS: $JAVA_ENDORSED_DIRS
+Using CLASSPATH:          $CLASSPATH
+EOF
+
   if [ "$1" = "-security" ] ; then
     echo "Using Security Manager"
     shift

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to