| Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame^] | 1 | <!--
 | 
 | 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 | <%@ page session="false" %>
 | 
 | 21 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 | 
 | 22 |     <head>
 | 
 | 23 |     <title><%= application.getServerInfo() %></title>
 | 
 | 24 |     <style type="text/css">
 | 
 | 25 |     /*<![CDATA[*/
 | 
 | 26 |       body {
 | 
 | 27 |           color: #000000;
 | 
 | 28 |           background-color: #FFFFFF;
 | 
 | 29 |           font-family: Arial, "Times New Roman", Times, serif;
 | 
 | 30 |           margin: 10px 0px;
 | 
 | 31 |       }
 | 
 | 32 | 
 | 
 | 33 |     img {
 | 
 | 34 |        border: none;
 | 
 | 35 |     }
 | 
 | 36 | 
 | 
 | 37 |     a:link, a:visited {
 | 
 | 38 |         color: blue
 | 
 | 39 |     }
 | 
 | 40 | 
 | 
 | 41 |     th {
 | 
 | 42 |         font-family: Verdana, "Times New Roman", Times, serif;
 | 
 | 43 |         font-size: 110%;
 | 
 | 44 |         font-weight: normal;
 | 
 | 45 |         font-style: italic;
 | 
 | 46 |         background: #D2A41C;
 | 
 | 47 |         text-align: left;
 | 
 | 48 |     }
 | 
 | 49 | 
 | 
 | 50 |     td {
 | 
 | 51 |         color: #000000;
 | 
 | 52 |         font-family: Arial, Helvetica, sans-serif;
 | 
 | 53 |     }
 | 
 | 54 | 
 | 
 | 55 |     td.menu {
 | 
 | 56 |         background: #FFDC75;
 | 
 | 57 |     }
 | 
 | 58 | 
 | 
 | 59 |     .center {
 | 
 | 60 |         text-align: center;
 | 
 | 61 |     }
 | 
 | 62 | 
 | 
 | 63 |     .code {
 | 
 | 64 |         color: #000000;
 | 
 | 65 |         font-family: "Courier New", Courier, monospace;
 | 
 | 66 |         font-size: 110%;
 | 
 | 67 |         margin-left: 2.5em;
 | 
 | 68 |     }
 | 
 | 69 | 
 | 
 | 70 |      #banner {
 | 
 | 71 |         margin-bottom: 12px;
 | 
 | 72 |      }
 | 
 | 73 | 
 | 
 | 74 |      p#congrats {
 | 
 | 75 |          margin-top: 0;
 | 
 | 76 |          font-weight: bold;
 | 
 | 77 |          text-align: center;
 | 
 | 78 |      }
 | 
 | 79 | 
 | 
 | 80 |      p#footer {
 | 
 | 81 |          text-align: right;
 | 
 | 82 |          font-size: 80%;
 | 
 | 83 |      }
 | 
 | 84 |      /*]]>*/
 | 
 | 85 |    </style>
 | 
 | 86 | </head>
 | 
 | 87 | 
 | 
 | 88 | <body>
 | 
 | 89 | 
 | 
 | 90 | <!-- Header -->
 | 
 | 91 | <table id="banner" width="100%">
 | 
 | 92 |     <tr>
 | 
 | 93 |       <td align="left" style="width:130px">
 | 
 | 94 |         <a href="http://tomcat.apache.org/">
 | 
 | 95 |           <img src="tomcat.gif" height="92" width="130" alt="The Mighty Tomcat - MEOW!"/>
 | 
 | 96 |         </a>
 | 
 | 97 |       </td>
 | 
 | 98 |       <td align="left" valign="top"><b><%= application.getServerInfo() %></b></td>
 | 
 | 99 |       <td align="right">
 | 
 | 100 |         <a href="http://www.apache.org/">
 | 
 | 101 |           <img src="asf-logo-wide.gif" height="51" width="537" alt="The Apache Software Foundation"/>
 | 
 | 102 |         </a>
 | 
 | 103 |        </td>
 | 
 | 104 |      </tr>
 | 
 | 105 | </table>
 | 
 | 106 | 
 | 
 | 107 | <table>
 | 
 | 108 |     <tr>
 | 
 | 109 | 
 | 
 | 110 |         <!-- Table of Contents -->
 | 
 | 111 |         <td valign="top">
 | 
 | 112 |             <table width="100%" border="1" cellspacing="0" cellpadding="3">
 | 
 | 113 |                 <tr>
 | 
 | 114 |                   <th>Administration</th>
 | 
 | 115 |                 </tr>
 | 
 | 116 |                 <tr>
 | 
 | 117 |                   <td class="menu">
 | 
 | 118 |                     <a href="/manager/status">Status</a><br/>
 | 
 | 119 |                     <a href="/manager/html">Tomcat Manager</a><br/>
 | 
 | 120 |                      
 | 
 | 121 |                   </td>
 | 
 | 122 |                 </tr>
 | 
 | 123 |             </table>
 | 
 | 124 |             <br />
 | 
 | 125 |             <table width="100%" border="1" cellspacing="0" cellpadding="3">
 | 
 | 126 |                 <tr>
 | 
 | 127 |                   <th>Documentation</th>
 | 
 | 128 |                 </tr>
 | 
 | 129 |                 <tr>
 | 
 | 130 |                   <td class="menu">
 | 
 | 131 |                     <a href="RELEASE-NOTES.txt">Release Notes</a><br/>
 | 
 | 132 |                     <a href="/docs/changelog.html">Change Log</a><br/>
 | 
 | 133 |                     <a href="/docs">Tomcat Documentation</a><br/>
 | 
 | 134 |                      
 | 
 | 135 |                     </td>
 | 
 | 136 |                 </tr>
 | 
 | 137 |             </table>
 | 
 | 138 |             <br/>
 | 
 | 139 |             <table width="100%" border="1" cellspacing="0" cellpadding="3">
 | 
 | 140 |                 <tr>
 | 
 | 141 |                   <th>Tomcat Online</th>
 | 
 | 142 |                 </tr>
 | 
 | 143 |                 <tr>
 | 
 | 144 |                   <td class="menu">
 | 
 | 145 |                     <a href="http://tomcat.apache.org/">Home Page</a><br/>
 | 
 | 146 |                     <a href="http://tomcat.apache.org/faq/">FAQ</a><br/>
 | 
 | 147 |                     <a href="http://tomcat.apache.org/bugreport.html">Bug Database</a><br/>
 | 
 | 148 |                     <a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/">Users Mailing List</a><br/>
 | 
 | 149 |                     <a href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/">Developers Mailing List</a><br/>
 | 
 | 150 |                     <a href="irc://irc.freenode.net/#tomcat">IRC</a><br/>
 | 
 | 151 |                      
 | 
 | 152 |                   </td>
 | 
 | 153 |                 </tr>
 | 
 | 154 |             </table>
 | 
 | 155 |             <br/>
 | 
 | 156 |             <table width="100%" border="1" cellspacing="0" cellpadding="3">
 | 
 | 157 |                 <tr>
 | 
 | 158 |                   <th>Miscellaneous</th>
 | 
 | 159 |                 </tr>
 | 
 | 160 |                 <tr>
 | 
 | 161 |                   <td class="menu">
 | 
 | 162 |                     <a href="/examples/servlets/">Servlets Examples</a><br/>
 | 
 | 163 |                     <a href="/examples/jsp/">JSP Examples</a><br/>
 | 
 | 164 |                     <a href="http://wiki.apache.org/tomcat/Specifications">Specifications</a><br/>
 | 
 | 165 |                          
 | 
 | 166 |                   </td>
 | 
 | 167 |                 </tr>
 | 
 | 168 |             </table>
 | 
 | 169 |         </td>
 | 
 | 170 | 
 | 
 | 171 |         <td style="width:20px"> </td>
 | 
 | 172 | 
 | 
 | 173 |         <!-- Body -->
 | 
 | 174 |         <td align="left" valign="top">
 | 
 | 175 |           <p id="congrats">If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</p>
 | 
 | 176 | 
 | 
 | 177 |           <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>
 | 
 | 178 |           <p class="code">$CATALINA_HOME/webapps/ROOT/index.jsp</p>
 | 
 | 179 | 
 | 
 | 180 |           <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>
 | 
 | 181 | 
 | 
 | 182 |             <p><b>NOTE: For security reasons, using the manager webapp
 | 
 | 183 |             is restricted to users with certain roles such as "manager-gui".</b>
 | 
 | 184 |             Users are defined in <code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>
 | 
 | 185 | 
 | 
 | 186 |             <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>
 | 
 | 187 | 
 | 
 | 188 |             <p>Tomcat mailing lists are available at the Tomcat project web site:</p>
 | 
 | 189 | 
 | 
 | 190 |            <ul>
 | 
 | 191 |                <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>
 | 
 | 192 |                <li><b><a href="http://tomcat.apache.org/lists.html#tomcat-dev">tomcat-dev</a></b> for developers working on Tomcat</li>
 | 
 | 193 |            </ul>
 | 
 | 194 | 
 | 
 | 195 |             <p>Thanks for using Tomcat!</p>
 | 
 | 196 | 
 | 
 | 197 |             <p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/>
 | 
 | 198 |              
 | 
 | 199 | 
 | 
 | 200 |             Copyright © 1999-2014 Apache Software Foundation<br/>
 | 
 | 201 |             All Rights Reserved
 | 
 | 202 |             </p>
 | 
 | 203 |         </td>
 | 
 | 204 | 
 | 
 | 205 |     </tr>
 | 
 | 206 | </table>
 | 
 | 207 | 
 | 
 | 208 | </body>
 | 
 | 209 | </html>
 |