[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
tomcat
/
webapps
/
docs
/
appdev
/
[
Home
]
File: installation.html
<!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><title>Application Developer's Guide (8.5.79) - Installation</title><meta name="author" content="Craig R. McClanahan"><meta name="author" content="Yoav Shapira"></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="https://www.apache.org/" target="_blank"><img src="../images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>Application Developer's Guide</h1><div class="versionInfo"> Version 8.5.79, <time datetime="2022-05-16">May 16 2022</time></div><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2>Links</h2><ul><li><a href="../index.html">Docs Home</a></li><li><a href="index.html">App Dev Guide Home</a></li><li><a href="https://cwiki.apache.org/confluence/display/tomcat/FAQ">FAQ</a></li><li><a href="#comments_section">User Comments</a></li></ul></div><div><h2>Contents</h2><ul><li><a href="index.html">Contents</a></li><li><a href="introduction.html">Introduction</a></li><li><a href="installation.html">Installation</a></li><li><a href="deployment.html">Deployment</a></li><li><a href="source.html">Source Code</a></li><li><a href="processes.html">Processes</a></li><li><a href="sample/">Example App</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>Installation</h2><h3 id="Installation">Installation</h3><div class="text"> <p>In order to use Tomcat 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> <div class="subsection"><h4 id="JDK">JDK</h4><div class="text"> <p>Tomcat 8.5 was designed to run on Java 7 or later. </p> <p>Compatible JDKs for many platforms (or links to where they can be found) are available at <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a>.</p> </div></div> <div class="subsection"><h4 id="Tomcat">Tomcat</h4><div class="text"> <p>Binary downloads of the <strong>Tomcat</strong> server are available from <a href="https://tomcat.apache.org/">https://tomcat.apache.org/</a>. This manual assumes you are using the most recent release of Tomcat 8. Detailed instructions for downloading and installing Tomcat 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 has been installed. Optionally, if Tomcat has been configured for multiple instances, each instance will have its own <code>CATALINA_BASE</code> configured.</p> </div></div> <div class="subsection"><h4 id="Ant">Ant</h4><div class="text"> <p>Binary downloads of the <strong>Ant</strong> build tool are available from <a href="https://ant.apache.org/">https://ant.apache.org/</a>. This manual assumes you are using Ant 1.8 or later. The instructions may also be compatible with other versions, but this has not been tested.</p> <p>Download and install Ant. 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> </div></div> <div class="subsection"><h4 id="CVS">CVS</h4><div class="text"> <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> </div></div> </div></div></div></div></div><footer><div id="footer"> Copyright © 1999-2022, The Apache Software Foundation </div></footer></div></body></html>