Author: markt
Date: Mon Feb 22 21:21:06 2010
New Revision: 915072
URL: http://svn.apache.org/viewvc?rev=915072&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48783
Correct defaults
Modified:
tomcat/trunk/bin/catalina.bat
Modified: tomcat/trunk/bin/catalina.bat
URL:
http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=915072&r1=915071&r2=915072&view=diff
==============================================================================
--- tomcat/trunk/bin/catalina.bat (original)
+++ tomcat/trunk/bin/catalina.bat Mon Feb 22 21:21:06 2010
@@ -43,10 +43,10 @@
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]