View | Details | Raw Unified | Return to bug 49955
Collapse All | Expand All

(-)webapps/docs/building.xml (-1 / +1 lines)
Lines 222-228 Link Here
222
root directory of the source tree and will be available in the <em>Run-&gt;Run Configurations</em>
222
root directory of the source tree and will be available in the <em>Run-&gt;Run Configurations</em>
223
dialog. Use these to start and stop Tomcat from Eclipse. 
223
dialog. Use these to start and stop Tomcat from Eclipse. 
224
<br/>If you want to configure these yourself (or are using a different IDE) 
224
<br/>If you want to configure these yourself (or are using a different IDE) 
225
then use <code>org.apache.catalina.startup.Catalina</code> as the main class,
225
then use <code>org.apache.catalina.startup.Bootstrap</code> as the main class,
226
<code>start</code>/<code>stop</code> as program arguments, and specify <code>-Dcatalina.home=...</code> 
226
<code>start</code>/<code>stop</code> as program arguments, and specify <code>-Dcatalina.home=...</code> 
227
(with the name of your build directory) as VM arguments.
227
(with the name of your build directory) as VM arguments.
228
</p>
228
</p>

Return to bug 49955