diff options
author | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-11-30 02:41:33 -0500 |
---|---|---|
committer | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-11-30 02:43:36 -0500 |
commit | 9401f816dd0d9d550fe98a8507224bde51c4b847 (patch) | |
tree | 94f2d7a7893a787bafdca8b5ef063ea316938874 /rubbos/app/tomcat-connectors-1.2.32-src/xdocs/project.xml | |
parent | e8ec7aa8e38a93f5b034ac74cebce5de23710317 (diff) |
upload tomcat
JIRA: BOTTLENECK-7
Change-Id: I875d474869efd76ca203c30b60ebc0c3ee606d0e
Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Diffstat (limited to 'rubbos/app/tomcat-connectors-1.2.32-src/xdocs/project.xml')
-rw-r--r-- | rubbos/app/tomcat-connectors-1.2.32-src/xdocs/project.xml | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/rubbos/app/tomcat-connectors-1.2.32-src/xdocs/project.xml b/rubbos/app/tomcat-connectors-1.2.32-src/xdocs/project.xml new file mode 100644 index 00000000..0b0bc3a4 --- /dev/null +++ b/rubbos/app/tomcat-connectors-1.2.32-src/xdocs/project.xml @@ -0,0 +1,81 @@ +<?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 Connector Documentation" + href="http://tomcat.apache.org/"> + + <title>The Apache Tomcat Connector</title> + + <logo href="/images/tomcat.gif"> + The Apache Tomcat Connector + </logo> +<body> + + <menu name="Links"> + <item name="Docs Home" href="index.html"/> + </menu> + + <menu name="Reference Guide"> + <item name="workers.properties" href="reference/workers.html"/> + <item name="uriworkermap.properties" href="reference/uriworkermap.html"/> + <item name="Status Worker" href="reference/status.html"/> + <item name="Apache HTTP Server" href="reference/apache.html"/> + <item name="IIS" href="reference/iis.html"/> + </menu> + + <menu name="Generic HowTo"> + <item name="For the impatient" href="generic_howto/quick.html"/> + <item name="All about workers" href="generic_howto/workers.html"/> + <item name="Timeouts" href="generic_howto/timeouts.html"/> + <item name="Load Balancing" href="generic_howto/loadbalancers.html"/> + <item name="Reverse Proxy" href="generic_howto/proxy.html"/> + </menu> + + <menu name="Webserver HowTo"> + <item name="Apache HTTP Server" href="webserver_howto/apache.html"/> + <item name="IIS" href="webserver_howto/iis.html"/> + <item name="Netscape/SunOne/Sun" href="webserver_howto/nes.html"/> + </menu> + + <menu name="AJP Protocol Reference"> + <item name="AJPv13" href="ajp/ajpv13a.html"/> + <item name="AJPv13 Extension Proposal" href="ajp/ajpv13ext.html"/> + </menu> + + <menu name="Miscellaneous Documentation"> + <item name="Frequently asked questions" href="miscellaneous/faq.html"/> + <item name="Changelog" href="miscellaneous/changelog.html"/> + <item name="Current Tomcat Connectors bugs" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0="/> + <item name="Contribute documentation" href="miscellaneous/doccontrib.html"/> + <item name="JK Status Ant Tasks" href="miscellaneous/jkstatustasks.html"/> + <item name="Reporting Tools" href="miscellaneous/reporttools.html"/> + <item name="Old JK/JK2 documentation" href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html"/> + </menu> + + <menu name="News"> + <item name="2011" href="news/20110701.html"/> + <item name="2010" href="news/20100101.html"/> + <item name="2009" href="news/20090301.html"/> + <item name="2008" href="news/20081001.html"/> + <item name="2007" href="news/20070301.html"/> + <item name="2006" href="news/20060101.html"/> + <item name="2005" href="news/20050101.html"/> + <item name="2004" href="news/20041100.html"/> + </menu> + +</body> +</project> |