You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/05/04 21:16:48 UTC

svn commit: r941004 - in /tomcat/tc6.0.x/trunk/bin: catalina.bat catalina.sh

Author: rjung
Date: Tue May  4 19:16:47 2010
New Revision: 941004

URL: http://svn.apache.org/viewvc?rev=941004&view=rev
Log:
Fix copy&paste error in script comments.
Backport of r941003 from trunk.
CTR (comment).

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

Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/catalina.bat?rev=941004&r1=941003&r2=941004&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/bin/catalina.bat (original)
+++ tomcat/tc6.0.x/trunk/bin/catalina.bat Tue May  4 19:16:47 2010
@@ -66,7 +66,7 @@ rem                   set LOGGING_CONFIG
 rem
 rem   LOGGING_MANAGER (Optional) Override Tomcat's logging manager 
 rem                   Example (all one line)
-rem                   set LOGGING_CONFIG="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
+rem                   set LOGGING_MANAGER="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
 rem
 rem   TITLE           (Optional) Specify the title of Tomcat window. The default
 rem                   TITLE is Tomcat if it's not specified.

Modified: tomcat/tc6.0.x/trunk/bin/catalina.sh
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/catalina.sh?rev=941004&r1=941003&r2=941004&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/bin/catalina.sh (original)
+++ tomcat/tc6.0.x/trunk/bin/catalina.sh Tue May  4 19:16:47 2010
@@ -73,7 +73,7 @@
 #
 #   LOGGING_MANAGER (Optional) Override Tomcat's logging manager 
 #                   Example (all one line)
-#                   LOGGING_CONFIG="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
+#                   LOGGING_MANAGER="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
 #
 # $Id$
 # -----------------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org