alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Tomcat example source code file (installation.xml)

This example Tomcat source code file (installation.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Tomcat tags/keywords

ant, ant, apache, cvs, license, license, see, system, the, the, tomcat, tomcat, version, you

The Tomcat installation.xml source code

<?xml version="1.0"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<!DOCTYPE document [
  <!ENTITY project SYSTEM "project.xml">
]>
<document url="installation.html">

  &project;

  <properties>
    <author email="craigmcc@apache.org">Craig R. McClanahan
    <author email="yoavs@apache.org">Yoav Shapira
    <title>Installation
  </properties>

<body>


<section name="Installation">

<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>

<subsection name="JDK">

<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/.

</subsection> <subsection name="Tomcat"> <p>Binary downloads of the Tomcat server are available from <a href="http://tomcat.apache.org/download-60.cgi">http://tomcat.apache.org/download-60.cgi. 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.

<p>In the remainder of this manual, example shell scripts assume that you have set an environment variable <code>CATALINA_HOME that contains the pathname to the directory in which Tomcat 6 has been installed.</p> </subsection> <subsection name="Ant"> <p>Binary downloads of the Ant build tool are available from <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi. 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 directory of the Ant distribution to your <code>PATH 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 shell command directly.

</subsection> <subsection name="CVS"> <p>Besides the required tools described above, you are strongly encouraged to download and install a <em>source code control system, such as the <strong>Concurrent Version System (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.

</subsection> </section> </body> </document>

Other Tomcat examples (source code examples)

Here is a short list of links related to this Tomcat installation.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.