From 95742f83e373e49bb60d7b728b80366823734610 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 22 Feb 2010 21:21:06 +0000 Subject: [PATCH] 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 --- bin/catalina.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0