source: nutchez-0.1/tomcat/webapps/docs/appdev/index.html @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 4.5 KB
Line 
1<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Application Developer's Guide - Table of Contents</title><meta value="Craig R. McClanahan" name="author"><meta value="craigmcc@apache.org" name="email"></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="0" width="100%" border="0"><!--PAGE HEADER--><tr><td><!--PROJECT LOGO--><a href="http://tomcat.apache.org/"><img border="0" alt="
2      The Apache Tomcat Servlet/JSP Container
3    " align="right" src="../images/tomcat.gif"></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 border="0" alt="Apache Logo" align="right" src="../images/asf-logo.gif"></a></td></tr></table><table cellspacing="4" width="100%" border="0"><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade></td></tr><tr><!--LEFT SIDE NAVIGATION--><td nowrap="true" valign="top" width="20%"><p><strong>Links</strong></p><ul><li><a href="../index.html">Docs Home</a></li></ul><p><strong>Contents</strong></p><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></td><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td valign="top" align="left"><h1>Application Developer's Guide</h1><h2>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/index.html"><img alt="Printer Friendly Version" border="0" src="../images/printer.gif"><br>print-friendly<br>version
4                    </a></small></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Preface"><strong>Preface</strong></a></font></td></tr><tr><td><blockquote>
5
6<p>This manual includes contributions from many members of the Tomcat Project
7developer community.  The following authors have provided significant content:
8</p>
9<ul>
10<li>Craig R. McClanahan
11    (<a href="mailto:craigmcc@apache.org">craigmcc@apache.org</a>)</li>
12</ul>
13
14</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Table of Contents"><strong>Table of Contents</strong></a></font></td></tr><tr><td><blockquote>
15
16<p>The information presented is divided into the following sections:</p>
17<ul>
18<li><a href="introduction.html"><strong>Introduction</strong></a> -
19    Briefly describes the information covered here, with
20    links and references to other sources of information.</li>
21<li><a href="installation.html"><strong>Installation</strong></a> -
22    Covers acquiring and installing the required software
23    components to use Tomcat for web application development.</li>
24<li><a href="deployment.html"><strong>Deployment Organization</strong></a> -
25    Discusses the standard directory layout for a web application
26    (defined in the Servlet API Specification), the Web Application
27    Deployment Descriptor, and options for integration with Tomcat
28    in your development environment.</li>
29<li><a href="source.html"><strong>Source Organization</strong></a> -
30    Describes a useful approach to organizing the source code
31    directories for your project, and introduces the
32    <code>build.xml</code> used by Ant to manage compilation.</li>
33<li><a href="processes.html"><strong>Development Processes</strong></a> -
34    Provides brief descriptions of typical development processes
35    utilizing the recommended deployment and source organizations.</li>
36<li><a href="sample/"><strong>Example Application</strong></a> -
37    This directory contains a very simple, but functionally complete,
38    "Hello, World" application built according to the principles
39    described in this manual.  You can use this application to
40    practice using the described techniques.</li>
41</ul>
42
43</blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
44        Copyright &copy; 1999-2008, Apache Software Foundation
45        </em></font></div></td></tr></table></body></html>
Note: See TracBrowser for help on using the repository browser.