From 975192aa89f19c60ce6353e0fb8bf389a1518168 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 24 May 2010 14:28:20 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48976 Document JAVA_ENDORSED_DIRS git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@947652 13f79535-47bb-0310-9956-ffa450edef68 --- bin/catalina.bat | 6 ++++++ bin/catalina.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/bin/catalina.bat b/bin/catalina.bat index a34de20f1..f490ca333 100755 --- a/bin/catalina.bat +++ b/bin/catalina.bat @@ -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 diff --git a/bin/catalina.sh b/bin/catalina.sh index 6e93e94d2..047bffcad 100755 --- a/bin/catalina.sh +++ b/bin/catalina.sh @@ -46,6 +46,12 @@ # 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". # -- 2.11.0