Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 140 invoked from network); 19 Dec 2009 11:34:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Dec 2009 11:34:41 -0000 Received: (qmail 49527 invoked by uid 500); 19 Dec 2009 11:34:40 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 49424 invoked by uid 500); 19 Dec 2009 11:34:39 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 49413 invoked by uid 99); 19 Dec 2009 11:34:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2009 11:34:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2009 11:34:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4918623889C5; Sat, 19 Dec 2009 11:34:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r892464 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Date: Sat, 19 Dec 2009 11:34:17 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091219113417.4918623889C5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Sat Dec 19 11:34:16 2009 New Revision: 892464 URL: http://svn.apache.org/viewvc?rev=892464&view=rev Log: start not -start, stop not -stop Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Catalina.java?rev=892464&r1=892463&r2=892464&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/startup/Catalina.java (original) +++ tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Sat Dec 19 11:34:16 2009 @@ -50,8 +50,8 @@ * "catalina.base" system property. [conf/server.xml] *
  • -help - Display usage information. *
  • -nonaming - Disable naming support. - *
  • -start - Start an instance of Catalina. - *
  • -stop - Stop the currently running instance of Catalina. + *
  • start - Start an instance of Catalina. + *
  • stop - Stop the currently running instance of Catalina. * * * Should do the same thing as Embedded, but using a server.xml file. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org