From ba83c01452a918c6d63418d8566d4982e93a4755 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 19 Dec 2009 11:34:16 +0000 Subject: [PATCH] start not -start, stop not -stop git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@892464 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/startup/Catalina.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/startup/Catalina.java b/java/org/apache/catalina/startup/Catalina.java index 483ca7240..73c717796 100644 --- a/java/org/apache/catalina/startup/Catalina.java +++ b/java/org/apache/catalina/startup/Catalina.java @@ -50,8 +50,8 @@ import org.xml.sax.InputSource; * "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. -- 2.11.0