From: markt Date: Mon, 22 Feb 2010 21:21:06 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48783 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=95742f83e373e49bb60d7b728b80366823734610;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48783 Correct defaults git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@915072 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/bin/catalina.bat b/bin/catalina.bat index 86c423931..484e8d9c4 100755 --- a/bin/catalina.bat +++ b/bin/catalina.bat @@ -43,10 +43,10 @@ rem JAVA_OPTS (Optional) Java runtime options used when the "start", rem "stop", or "run" command is executed. rem rem JPDA_TRANSPORT (Optional) JPDA transport used when the "jpda start" -rem command is executed. The default is "dt_shmem". +rem command is executed. The default is "dt_socket". rem rem JPDA_ADDRESS (Optional) Java runtime options used when the "jpda start" -rem command is executed. The default is "jdbconn". +rem command is executed. The default is 8000. rem rem JPDA_SUSPEND (Optional) Java runtime options used when the "jpda start" rem command is executed. Specifies whether JVM should suspend