Index: webapps/docs/building.xml =================================================================== --- webapps/docs/building.xml (revision 1000400) +++ webapps/docs/building.xml (working copy) @@ -222,7 +222,7 @@ 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.