From: timw Date: Sun, 26 Sep 2010 07:46:27 +0000 (+0000) Subject: Fixing Tomcat startup class in building instructions. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=573151ccc544f402779171ba712f22f5fe87146c;p=tomcat7.0 Fixing Tomcat startup class in building instructions. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1001383 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/building.xml b/webapps/docs/building.xml index 53ec5e2fe..55b203a49 100644 --- a/webapps/docs/building.xml +++ b/webapps/docs/building.xml @@ -222,7 +222,7 @@ these dependencies. root directory of the source tree and will be available in the Run->Run Configurations dialog. Use these to start and stop Tomcat from Eclipse.
If you want to configure these yourself (or are using a different IDE) -then use org.apache.catalina.startup.Catalina as the main class, +then use org.apache.catalina.startup.Bootstrap as the main class, start/stop as program arguments, and specify -Dcatalina.home=... (with the name of your build directory) as VM arguments.