blob: 36f97dd2ac13155896f3bb8193129c8d796f6531 [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="../../../..//default_style.css" type="text/css">
<link rel="stylesheet" href="../../../..//webtools/wtp.css" type="text/css">
<title>Installing Apache Tomcat Server</title>
</head>
<body>
<table width="100%" cellspacing="5" cellpadding="2" border="0">
<tbody>
<tr>
<td width="60%" align="left"><font class="indextop">Installing Apache Tomcat Server</font>
<br>
<font class="indexsub">Installing Apache Tomcat Server</font></td><td width="40%"><img width="120" hspace="50" height="86" align="middle" src="../../../..//images/Idea.jpg"></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="5" cellpadding="2" border="0">
<col width="16">
<col width="*">
<tbody>
<tr>
<td valign="top" align="right">&nbsp;</td><td valign="top">
<p>
<b>By Kathy Chan</b>
<br>
April 29, 2005
<br>
<br>
</p>
</td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;</td><td valign="top">
<br>
</td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;</td><td valign="top">
<p>
In this tutorial, you will install an Apache Tomcat server
using the Server Installed Runtimes preference page.
</p>
</td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;</td><td valign="top">
<br>
</td>
</tr>
<tr>
<td valign="top" bgcolor="#0080c0" align="left" colspan="2"><b><font face="Arial,Helvetica" color="#ffffff">Installing server runtime</font></b></td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;</td><td valign="top">
<br>
</td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;</td><td valign="top">
<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/" target="_top">
Apache Tomcat
</a>
(this scenario was written using Apache Tomcat version
5.0.28, but other versions can be substituted).
</li>
<li>Start the Eclipse WTP workbench.</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>
(Apache Tomcat v5.0 in this example):
</li>
<br>
<img border="0" src="images/InstallTomcat1.JPG">
<li>
Click
<b>Next</b>
, and fill in your
<b>Tomcat installation directory</b>
:
</li>
<br>
<img border="0" src="images/InstallTomcat2.JPG">
<li>
Ensure the selected
<b>JRE</b>
is a full JDK and is of a version that will satisfy
Apache Tomcat (this scenario was written using SUN JDK
1.4.2_06). If necessary, you can click on
<b>Installed JREs...</b>
to add JDKs to Eclipse.
</li>
<li>
Click
<b>Finish</b>
.
</li>
</ol>
</td>
</tr>
</tbody>
</table>
</body>
</html>