70 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Application Developer's Guide - Installation</title><meta name="author" value="Craig R. McClanahan"><meta name="email" value="craigmcc@apache.org"><meta name="author" value="Yoav Shapira"><meta name="email" value="yoavs@apache.org"></head><body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" cellspacing="0"><!--PAGE HEADER--><tr><td><!--PROJECT LOGO--><a href="http://tomcat.apache.org/"><img src="../../images/tomcat.gif" align="right" alt="
 | 
						|
      The Apache Tomcat Servlet/JSP Container
 | 
						|
    " border="0"></a></td><td><font face="arial,helvetica,sanserif"><h1>Apache Tomcat 6.0</h1></font></td><td><!--APACHE LOGO--><a href="http://www.apache.org/"><img src="../../images/asf-logo.gif" align="right" alt="Apache Logo" border="0"></a></td></tr></table><table border="0" width="100%" cellspacing="4"><!--HEADER SEPARATOR--><tr><td colspan="2"><hr noshade="noshade" size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" cellspacing="4"><tr><td align="left" valign="top"><h1>Application Developer's Guide</h1><h2>Installation</h2></td><td align="right" valign="top" nowrap="true"><img src="../../images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"></td></tr></table><table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Installation"><strong>Installation</strong></a></font></td></tr><tr><td><blockquote>
 | 
						|
 | 
						|
<p>In order to use Tomcat 6 for developing web applications, you must first
 | 
						|
install it (and the software it depends on).  The required steps are outlined
 | 
						|
in the following subsections.</p>
 | 
						|
 | 
						|
<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="JDK"><strong>JDK</strong></a></font></td></tr><tr><td><blockquote>
 | 
						|
 | 
						|
<p>Tomcat 6.0 was designed to run on J2SE 5.0.
 | 
						|
</p>
 | 
						|
 | 
						|
<p>Compatible JDKs for many platforms (or links to where they can be found)
 | 
						|
are available at
 | 
						|
<a href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>.</p>
 | 
						|
 | 
						|
</blockquote></td></tr></table>
 | 
						|
 | 
						|
<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Tomcat"><strong>Tomcat</strong></a></font></td></tr><tr><td><blockquote>
 | 
						|
 | 
						|
<p>Binary downloads of the <strong>Tomcat</strong> server are available from
 | 
						|
<a href="http://tomcat.apache.org/download-60.cgi">http://tomcat.apache.org/download-60.cgi</a>.
 | 
						|
This manual assumes you are using the most recent release
 | 
						|
of Tomcat 6.  Detailed instructions for downloading and installing
 | 
						|
Tomcat 6 are available <a href="../../setup.html">here</a>.</p>
 | 
						|
 | 
						|
<p>In the remainder of this manual, example shell scripts assume that you have
 | 
						|
set an environment variable <code>CATALINA_HOME</code> that contains the
 | 
						|
pathname to the directory in which Tomcat 6 has been installed.</p>
 | 
						|
 | 
						|
</blockquote></td></tr></table>
 | 
						|
 | 
						|
 | 
						|
<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Ant"><strong>Ant</strong></a></font></td></tr><tr><td><blockquote>
 | 
						|
 | 
						|
<p>Binary downloads of the <strong>Ant</strong> build tool are available from
 | 
						|
<a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.
 | 
						|
This manual assumes you are using Ant 1.4 or later.  The instructions should
 | 
						|
also be compatible with later versions, but this has not been tested.</p>
 | 
						|
 | 
						|
<p>Download and install Ant from the distribution directory mentioned above.
 | 
						|
Then, add the <code>bin</code> directory of the Ant distribution to your
 | 
						|
<code>PATH</code> environment variable, following the standard practices for
 | 
						|
your operating system platform.  Once you have done this, you will be able to
 | 
						|
execute the <code>ant</code> shell command directly.</p>
 | 
						|
 | 
						|
</blockquote></td></tr></table>
 | 
						|
 | 
						|
 | 
						|
<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="CVS"><strong>CVS</strong></a></font></td></tr><tr><td><blockquote>
 | 
						|
 | 
						|
<p>Besides the required tools described above, you are strongly encouraged
 | 
						|
to download and install a <em>source code control</em> system, such as the
 | 
						|
<strong>Concurrent Version System</strong> (CVS), to maintain historical
 | 
						|
versions of the source files that make up your web application.  Besides
 | 
						|
the server, you will also need appropriate client
 | 
						|
tools to check out source code files, and check in modified versions.</p>
 | 
						|
 | 
						|
<p>Detailed instructions for installing and using source code control
 | 
						|
applications is beyond the scope of this manual.  However, CVS server and
 | 
						|
client tools for many platforms (along with documentation) can be downloaded
 | 
						|
from <a href="http://www.cvshome.org">http://www.cvshome.org</a>.</p>
 | 
						|
 | 
						|
</blockquote></td></tr></table>
 | 
						|
 | 
						|
 | 
						|
</blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr noshade="noshade" size="1"></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
 | 
						|
        Copyright © 1999-2006, Apache Software Foundation
 | 
						|
        </em></font></div></td></tr></table></body></html> |