You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/02/22 22:22:13 UTC

svn commit: r915073 - /tomcat/tc6.0.x/trunk/bin/catalina.bat

Author: markt
Date: Mon Feb 22 21:22:13 2010
New Revision: 915073

URL: http://svn.apache.org/viewvc?rev=915073&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48783
Document correct defaults

Modified:
    tomcat/tc6.0.x/trunk/bin/catalina.bat

Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/catalina.bat?rev=915073&r1=915072&r2=915073&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/bin/catalina.bat (original)
+++ tomcat/tc6.0.x/trunk/bin/catalina.bat Mon Feb 22 21:22:13 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org