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

Tomcat example source code file (project.xml)

This example Tomcat source code file (project.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

apache, apache, asf, asf, documentation, license, license, manager, resources, see, the, tomcat, tomcat, you

The Tomcat project.xml source code

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
  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.
-->
<project name="Apache Tomcat Documentation"
        href="http://tomcat.apache.org/">

    <title>Apache Tomcat 6.0

    <logo href="/images/tomcat.gif">
      The Apache Tomcat Servlet/JSP Container
    </logo>


    <body>

    <menu name="Links">
        <item name="Docs Home"             href="index.html"/>
        <item name="FAQ"                   href="http://tomcat.apache.org/faq" />
    </menu>

    <menu name="User Guide">
        <item name="1) Introduction"        href="introduction.html"/>
        <item name="2) Setup"               href="setup.html"/>
        <item name="3) First webapp"        href="appdev/index.html"/>
        <item name="4) Deployer"            href="deployer-howto.html"/>
        <item name="5) Manager"             href="manager-howto.html"/>
        <item name="6) Realms and AAA"      href="realm-howto.html"/>
        <item name="7) Security Manager"
              href="security-manager-howto.html"/>
        <item name="8) JNDI Resources"      href="jndi-resources-howto.html"/>
        <item name="9) JDBC DataSources"
              href="jndi-datasource-examples-howto.html"/>
        <item name="10) Classloading"       href="class-loader-howto.html"/>
        <item name="11) JSPs"               href="jasper-howto.html"/>
        <item name="12) SSL"                href="ssl-howto.html"/>
        <item name="13) SSI"                href="ssi-howto.html"/>
        <item name="14) CGI"                href="cgi-howto.html"/>
        <item name="15) Proxy Support"      href="proxy-howto.html"/>
        <item name="16) MBean Descriptor"
              href="mbeans-descriptor-howto.html"/>
        <item name="17) Default Servlet"    href="default-servlet.html"/>
        <item name="18) Clustering"         href="cluster-howto.html"/>
        <item name="19) Load Balancer"      href="balancer-howto.html"/>
        <item name="20) Connectors"         href="connectors.html"/>
        <item name="21) Monitoring and Management"         
              href="monitoring.html"/>
        <item name="22) Logging"            href="logging.html"/>
        <item name="23) APR/Native"         href="apr.html"/>
        <item name="24) Virtual Hosting"    href="virtual-hosting-howto.html"/>
        <item name="25) Advanced IO"        href="aio.html"/>
        <item name="26) Additional Components" href="extras.html"/>
        <item name="27) Mavenized" href="maven-jars.html"/>
    </menu>

    <menu name="Reference">
        <item name="Release Notes"         href="RELEASE-NOTES.txt"/>
        <item name="Configuration"         href="config/index.html"/>
        <item name="Javadocs"              href="api/index.html"/>
        <item name="JK 1.2 Documentation"      
              href="http://tomcat.apache.org/connectors-doc/"/>
    </menu>

    <menu name="Apache Tomcat Development">
        <item name="Building"              href="building.html"/>
        <item name="Changelog"             href="changelog.html"/>
        <item name="Status"                href="status.html"/>
        <item name="Developers"            href="developers.html"/>
        <item name="Architecture"          href="architecture/index.html" />
        <item name="Functional Specs."     href="funcspecs/index.html"/>
    </menu>

    </body>

</project>

Other Tomcat examples (source code examples)

Here is a short list of links related to this Tomcat project.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.