Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48783
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Feb 2010 21:21:06 +0000 (21:21 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Feb 2010 21:21:06 +0000 (21:21 +0000)
Correct defaults

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

bin/catalina.bat

index 86c4239..484e8d9 100755 (executable)
@@ -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