Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48976
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 24 May 2010 14:28:20 +0000 (14:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 24 May 2010 14:28:20 +0000 (14:28 +0000)
Document JAVA_ENDORSED_DIRS

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@947652 13f79535-47bb-0310-9956-ffa450edef68

bin/catalina.bat
bin/catalina.sh

index a34de20..f490ca3 100755 (executable)
@@ -42,6 +42,12 @@ rem
 rem   JAVA_OPTS       (Optional) Java runtime options used when the "start",
 rem                   "stop", or "run" command is executed.
 rem
+rem   JAVA_ENDORSED_DIRS (Optional) Lists of of semi-comma separated directories
+rem                   containing some jars in order to allow replacement of APIs 
+rem                   created outside of the JCP (i.e. DOM and SAX from W3C). 
+rem                   It can also be used to update the XML parser implementation.
+rem                   Defaults to $CATALINA_HOME/endorsed.
+rem
 rem   JPDA_TRANSPORT  (Optional) JPDA transport used when the "jpda start"
 rem                   command is executed. The default is "dt_socket".
 rem
index 6e93e94..047bffc 100755 (executable)
 #   JAVA_OPTS       (Optional) Java runtime options used when the "start",
 #                   "stop", or "run" command is executed.
 #
+#   JAVA_ENDORSED_DIRS (Optional) Lists of of semi-comma separated directories
+#                   containing some jars in order to allow replacement of APIs 
+#                   created outside of the JCP (i.e. DOM and SAX from W3C). 
+#                   It can also be used to update the XML parser implementation.
+#                   Defaults to $CATALINA_HOME/endorsed.
+#
 #   JPDA_TRANSPORT  (Optional) JPDA transport used when the "jpda start"
 #                   command is executed. The default is "dt_socket".
 #