blob: 056346ec9d3d94dee0b3819a875dff14cb2db3e1 [file] [log] [blame]
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../book.css" type="text/css">
<!-- /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
<title>Installing Apache Tomcat</title>
</head>
<body>
<h1>Installing Apache Tomcat</h1>
<p>
In this tutorial, you will install an Apache Tomcat server
using the Server Installed Runtimes preference page.
</p>
<h2>Installing server runtime</h2>
<ol>
<li>
If you do not have Apache Tomcat on your machine, you
will first need to download and unzip
<a href="http://jakarta.apache.org/tomcat/">
Apache Tomcat
</a>. Multiple versions of Tomcat are supported. Select the version of Tomcat you would like to use for your application.
</li>
<li>
Open
<b>
Window -&gt; Preferences -&gt; Server -&gt; Installed
Runtimes
</b>
to create a Tomcat installed runtime.
</li>
<li>
Click on
<b>Add...</b>
to open the
<b>New Server Runtime</b>
dialog, then select your runtime under
<b>Apache</b>:
<br>
<img border="0" src="images/InstallTomcat1.jpg">
</li>
<li>
Click
<b>Next</b>
, and fill in your
<b>Tomcat installation directory</b>
:<br>
<img border="0" src="images/InstallTomcat2.jpg">
</li>
<li>
Ensure the selected
<b>JRE</b>
is a full JDK and is of a version that will satisfy
Apache Tomcat. If you do not have a JDK installed you can install one be click on the
<b>Installed JREs...</b> preference.
</li>
<li>
Click
<b>Finish</b>.
</li>
</ol>
<p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
</p>
</body>
</html>