Fixing Tomcat startup class in building instructions.
authortimw <timw@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 26 Sep 2010 07:46:27 +0000 (07:46 +0000)
committertimw <timw@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 26 Sep 2010 07:46:27 +0000 (07:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1001383 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/building.xml

index 53ec5e2..55b203a 100644 (file)
@@ -222,7 +222,7 @@ these dependencies.
 root directory of the source tree and will be available in the <em>Run-&gt;Run Configurations</em>
 dialog. Use these to start and stop Tomcat from Eclipse. 
 <br/>If you want to configure these yourself (or are using a different IDE) 
-then use <code>org.apache.catalina.startup.Catalina</code> as the main class,
+then use <code>org.apache.catalina.startup.Bootstrap</code> as the main class,
 <code>start</code>/<code>stop</code> as program arguments, and specify <code>-Dcatalina.home=...</code> 
 (with the name of your build directory) as VM arguments.
 </p>