From 573151ccc544f402779171ba712f22f5fe87146c Mon Sep 17 00:00:00 2001 From: timw Date: Sun, 26 Sep 2010 07:46:27 +0000 Subject: [PATCH] Fixing Tomcat startup class in building instructions. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1001383 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/building.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.11.0