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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org