blob: 383f0fa34876b3a4c2928beab0755223b13f88b7 [file] [log] [blame]
Hongqing Liufd5ee812014-05-10 16:32:51 +08001<!--
2 Licensed to the Apache Software Foundation (ASF) under one or more
3 contributor license agreements. See the NOTICE file distributed with
4 this work for additional information regarding copyright ownership.
5 The ASF licenses this file to You under the Apache License, Version 2.0
6 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<?xml version="1.0" encoding="ISO-8859-1"?>
18<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
19 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
20<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
21 <head>
22 <title>Apache Tomcat</title>
23 <style type="text/css">
24 /*<![CDATA[*/
25 body {
26 color: #000000;
27 background-color: #FFFFFF;
28 font-family: Arial, "Times New Roman", Times, serif;
29 margin: 10px 0px;
30 }
31
32 img {
33 border: none;
34 }
35
36 a:link, a:visited {
37 color: blue
38 }
39
40 th {
41 font-family: Verdana, "Times New Roman", Times, serif;
42 font-size: 110%;
43 font-weight: normal;
44 font-style: italic;
45 background: #D2A41C;
46 text-align: left;
47 }
48
49 td {
50 color: #000000;
51 font-family: Arial, Helvetica, sans-serif;
52 }
53
54 td.menu {
55 background: #FFDC75;
56 }
57
58 .center {
59 text-align: center;
60 }
61
62 .code {
63 color: #000000;
64 font-family: "Courier New", Courier, monospace;
65 font-size: 110%;
66 margin-left: 2.5em;
67 }
68
69 #banner {
70 margin-bottom: 12px;
71 }
72
73 p#congrats {
74 margin-top: 0;
75 font-weight: bold;
76 text-align: center;
77 }
78
79 p#footer {
80 text-align: right;
81 font-size: 80%;
82 }
83 /*]]>*/
84 </style>
85</head>
86
87<body>
88
89<!-- Header -->
90<table id="banner" width="100%">
91 <tr>
92 <td align="left" style="width:130px">
93 <a href="http://tomcat.apache.org/">
94 <img src="tomcat.gif" height="92" width="130" alt="The Mighty Tomcat - MEOW!"/>
95 </a>
96 </td>
97 <td align="left" valign="top"><b>Apache Tomcat</b></td>
98 <td align="right">
99 <a href="http://www.apache.org/">
100 <img src="asf-logo-wide.gif" height="51" width="537" alt="The Apache Software Foundation"/>
101 </a>
102 </td>
103 </tr>
104</table>
105
106<table>
107 <tr>
108
109 <!-- Table of Contents -->
110 <td valign="top">
111 <table width="100%" border="1" cellspacing="0" cellpadding="3">
112 <tr>
113 <th>Administration</th>
114 </tr>
115 <tr>
116 <td class="menu">
117 <a href="/manager/status">Status</a><br/>
118 <a href="/manager/html">Tomcat&nbsp;Manager</a><br/>
119 &nbsp;
120 </td>
121 </tr>
122 </table>
123 <br />
124 <table width="100%" border="1" cellspacing="0" cellpadding="3">
125 <tr>
126 <th>Documentation</th>
127 </tr>
128 <tr>
129 <td class="menu">
130 <a href="RELEASE-NOTES.txt">Release&nbsp;Notes</a><br/>
131 <a href="/docs/changelog.html">Change&nbsp;Log</a><br/>
132 <a href="/docs">Tomcat&nbsp;Documentation</a><br/>
133 &nbsp;
134 </td>
135 </tr>
136 </table>
137 <br/>
138 <table width="100%" border="1" cellspacing="0" cellpadding="3">
139 <tr>
140 <th>Tomcat Online</th>
141 </tr>
142 <tr>
143 <td class="menu">
144 <a href="http://tomcat.apache.org/">Home&nbsp;Page</a><br/>
145 <a href="http://tomcat.apache.org/faq/">FAQ</a><br/>
146 <a href="http://tomcat.apache.org/bugreport.html">Bug&nbsp;Database</a><br/>
147 <a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/">Users&nbsp;Mailing&nbsp;List</a><br/>
148 <a href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/">Developers&nbsp;Mailing&nbsp;List</a><br/>
149 <a href="irc://irc.freenode.net/#tomcat">IRC</a><br/>
150 &nbsp;
151 </td>
152 </tr>
153 </table>
154 <br/>
155 <table width="100%" border="1" cellspacing="0" cellpadding="3">
156 <tr>
157 <th>Miscellaneous</th>
158 </tr>
159 <tr>
160 <td class="menu">
161 <a href="/examples/servlets/">Servlets Examples</a><br/>
162 <a href="/examples/jsp/">JSP Examples</a><br/>
163 <a href="http://wiki.apache.org/tomcat/Specifications">Specifications</a><br/>
164 &nbsp;
165 </td>
166 </tr>
167 </table>
168 </td>
169
170 <td style="width:20px">&nbsp;</td>
171
172 <!-- Body -->
173 <td align="left" valign="top">
174 <p id="congrats">If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</p>
175
176 <p>As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:</p>
177 <p class="code">$CATALINA_HOME/webapps/ROOT/index.html</p>
178
179 <p>where "$CATALINA_HOME" is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the <a href="/docs">Tomcat Documentation</a> for more detailed setup and administration information than is found in the INSTALL file.</p>
180
181 <p><b>NOTE: For security reasons, using the manager webapp
182 is restricted to users with certain roles such as "manager-gui".</b>
183 Users are defined in <code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>
184
185 <p>Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation, and an introductory guide to developing web applications.</p>
186
187 <p>Tomcat mailing lists are available at the Tomcat project web site:</p>
188
189 <ul>
190 <li><b><a href="http://tomcat.apache.org/lists.html#tomcat-users">tomcat-users</a></b> for general questions related to configuring and using Tomcat</li>
191 <li><b><a href="http://tomcat.apache.org/lists.html#tomcat-dev">tomcat-dev</a></b> for developers working on Tomcat</li>
192 </ul>
193
194 <p>Thanks for using Tomcat!</p>
195
196 <p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/>
197 &nbsp;
198
199 Copyright &copy; 1999-2014 Apache Software Foundation<br/>
200 All Rights Reserved
201 </p>
202 </td>
203
204 </tr>
205</table>
206
207</body>
208</html>