Author: timw
Date: Sun Sep 26 07:46:27 2010
New Revision: 1001383
URL: http://svn.apache.org/viewvc?rev=1001383&view=rev
Log:
Fixing Tomcat startup class in building instructions.
Modified:
tomcat/trunk/webapps/docs/building.xml
Modified: tomcat/trunk/webapps/docs/building.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/building.xml?rev=1001383&r1=1001382&r2=1001383&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/building.xml (original)
+++ tomcat/trunk/webapps/docs/building.xml Sun Sep 26 07:46:27 2010
@@ -222,7 +222,7 @@ these dependencies.
root directory of the source tree and will be available in the <em>Run->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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]