On 24/05/2010, ma...@apache.org <ma...@apache.org> wrote:
> Author: markt
>  Date: Mon May 24 14:28:20 2010
>  New Revision: 947652
>
>  URL: http://svn.apache.org/viewvc?rev=947652&view=rev
>  Log:
>  Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48976
>  Document JAVA_ENDORSED_DIRS
>
>  Modified:
>     tomcat/trunk/bin/catalina.bat
>     tomcat/trunk/bin/catalina.sh
>
>  Modified: tomcat/trunk/bin/catalina.bat
>  URL: 
> http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=947652&r1=947651&r2=947652&view=diff
>  
> ==============================================================================
>  --- tomcat/trunk/bin/catalina.bat (original)
>  +++ tomcat/trunk/bin/catalina.bat Mon May 24 14:28:20 2010
>  @@ -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

What's a semi-comma?

>  +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
>
>  Modified: tomcat/trunk/bin/catalina.sh
>  URL: 
> http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?rev=947652&r1=947651&r2=947652&view=diff
>  
> ==============================================================================
>  --- tomcat/trunk/bin/catalina.sh (original)
>  +++ tomcat/trunk/bin/catalina.sh Mon May 24 14:28:20 2010
>  @@ -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

What's a semi-comma?

>  +#                   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".
>   #
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>  For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

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

Reply via email to