| 刘洪青 | 6266f99 | 2017-05-15 21:21:03 +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
 | 
| Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame] | 8 | 
 | 
| 刘洪青 | 6266f99 | 2017-05-15 21:21:03 +0800 | [diff] [blame^] | 9 |     http://www.apache.org/licenses/LICENSE-2.0
 | 
| Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame] | 10 | 
 | 
| 刘洪青 | 6266f99 | 2017-05-15 21:21:03 +0800 | [diff] [blame^] | 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 | <!DOCTYPE html>
 | 
| Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame] | 18 | <%@ page session="false" %>
 | 
| 刘洪青 | 6266f99 | 2017-05-15 21:21:03 +0800 | [diff] [blame^] | 19 | <%
 | 
 | 20 | java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy");
 | 
 | 21 | request.setAttribute("year", sdf.format(new java.util.Date()));
 | 
 | 22 | request.setAttribute("tomcatUrl", "http://tomcat.apache.org/");
 | 
 | 23 | request.setAttribute("tomcatDocUrl", "/docs/");
 | 
 | 24 | request.setAttribute("tomcatExamplesUrl", "/examples/");
 | 
 | 25 | %>
 | 
 | 26 | <html lang="en">
 | 
| Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame] | 27 |     <head>
 | 
| 刘洪青 | 6266f99 | 2017-05-15 21:21:03 +0800 | [diff] [blame^] | 28 |         <title><%=request.getServletContext().getServerInfo() %></title>
 | 
 | 29 |         <link href="favicon.ico" rel="icon" type="image/x-icon" />
 | 
 | 30 |         <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
 | 
 | 31 |         <link href="tomcat.css" rel="stylesheet" type="text/css" />
 | 
 | 32 |     </head>
 | 
| Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame] | 33 | 
 | 
| 刘洪青 | 6266f99 | 2017-05-15 21:21:03 +0800 | [diff] [blame^] | 34 |     <body>
 | 
 | 35 |         <div id="wrapper">
 | 
 | 36 |             <div id="navigation" class="curved container">
 | 
 | 37 |                 <span id="nav-home"><a href="${tomcatUrl}">Home</a></span>
 | 
 | 38 |                 <span id="nav-hosts"><a href="${tomcatDocUrl}">Documentation</a></span>
 | 
 | 39 |                 <span id="nav-config"><a href="${tomcatDocUrl}config/">Configuration</a></span>
 | 
 | 40 |                 <span id="nav-examples"><a href="${tomcatExamplesUrl}">Examples</a></span>
 | 
 | 41 |                 <span id="nav-wiki"><a href="http://wiki.apache.org/tomcat/FrontPage">Wiki</a></span>
 | 
 | 42 |                 <span id="nav-lists"><a href="${tomcatUrl}lists.html">Mailing Lists</a></span>
 | 
 | 43 |                 <span id="nav-help"><a href="${tomcatUrl}findhelp.html">Find Help</a></span>
 | 
 | 44 |                 <br class="separator" />
 | 
 | 45 |             </div>
 | 
 | 46 |             <div id="asf-box">
 | 
 | 47 |                 <h1>${pageContext.servletContext.serverInfo}</h1>
 | 
 | 48 |             </div>
 | 
 | 49 |             <div id="upper" class="curved container">
 | 
 | 50 |                 <div id="congrats" class="curved container">
 | 
 | 51 |                     <h2>If you're seeing this, you've successfully installed Tomcat. Congratulations!</h2>
 | 
 | 52 |                 </div>
 | 
 | 53 |                 <div id="notice">
 | 
 | 54 |                     <img src="tomcat.png" alt="[tomcat logo]" />
 | 
 | 55 |                     <div id="tasks">
 | 
 | 56 |                         <h3>Recommended Reading:</h3>
 | 
 | 57 |                         <h4><a href="${tomcatDocUrl}security-howto.html">Security Considerations HOW-TO</a></h4>
 | 
 | 58 |                         <h4><a href="${tomcatDocUrl}manager-howto.html">Manager Application HOW-TO</a></h4>
 | 
 | 59 |                         <h4><a href="${tomcatDocUrl}cluster-howto.html">Clustering/Session Replication HOW-TO</a></h4>
 | 
 | 60 |                     </div>
 | 
 | 61 |                 </div>
 | 
 | 62 |                 <div id="actions">
 | 
 | 63 |                     <div class="button">
 | 
 | 64 |                         <a class="container shadow" href="/manager/status"><span>Server Status</span></a>
 | 
 | 65 |                     </div>
 | 
 | 66 |                     <div class="button">
 | 
 | 67 |                         <a class="container shadow" href="/manager/html"><span>Manager App</span></a>
 | 
 | 68 |                     </div>
 | 
 | 69 |                     <div class="button">
 | 
 | 70 |                         <a class="container shadow" href="/host-manager/html"><span>Host Manager</span></a>
 | 
 | 71 |                     </div>
 | 
 | 72 |                 </div>
 | 
 | 73 |                 <!--
 | 
 | 74 |                 <br class="separator" />
 | 
 | 75 |                 -->
 | 
 | 76 |                 <br class="separator" />
 | 
 | 77 |             </div>
 | 
 | 78 |             <div id="middle" class="curved container">
 | 
 | 79 |                 <h3>Developer Quick Start</h3>
 | 
 | 80 |                 <div class="col25">
 | 
 | 81 |                     <div class="container">
 | 
 | 82 |                         <p><a href="${tomcatDocUrl}setup.html">Tomcat Setup</a></p>
 | 
 | 83 |                         <p><a href="${tomcatDocUrl}appdev/">First Web Application</a></p>
 | 
 | 84 |                     </div>
 | 
 | 85 |                 </div>
 | 
 | 86 |                 <div class="col25">
 | 
 | 87 |                     <div class="container">
 | 
 | 88 |                         <p><a href="${tomcatDocUrl}realm-howto.html">Realms & AAA</a></p>
 | 
 | 89 |                         <p><a href="${tomcatDocUrl}jndi-datasource-examples-howto.html">JDBC DataSources</a></p>
 | 
 | 90 |                     </div>
 | 
 | 91 |                 </div>
 | 
 | 92 |                 <div class="col25">
 | 
 | 93 |                     <div class="container">
 | 
 | 94 |                         <p><a href="${tomcatExamplesUrl}">Examples</a></p>
 | 
 | 95 |                     </div>
 | 
 | 96 |                 </div>
 | 
 | 97 |                 <div class="col25">
 | 
 | 98 |                     <div class="container">
 | 
 | 99 |                         <p><a href="http://wiki.apache.org/tomcat/Specifications">Servlet Specifications</a></p>
 | 
 | 100 |                         <p><a href="http://wiki.apache.org/tomcat/TomcatVersions">Tomcat Versions</a></p>
 | 
 | 101 |                     </div>
 | 
 | 102 |                 </div>
 | 
 | 103 |                 <br class="separator" />
 | 
 | 104 |             </div>
 | 
 | 105 |             <div id="lower">
 | 
 | 106 |                 <div id="low-manage" class="">
 | 
 | 107 |                     <div class="curved container">
 | 
 | 108 |                         <h3>Managing Tomcat</h3>
 | 
 | 109 |                         <p>For security, access to the <a href="/manager/html">manager webapp</a> is restricted.
 | 
 | 110 |                         Users are defined in:</p>
 | 
 | 111 |                         <pre>$CATALINA_HOME/conf/tomcat-users.xml</pre>
 | 
 | 112 |                         <p>In Tomcat 7.0 access to the manager application is split between
 | 
 | 113 |                            different users.   <a href="${tomcatDocUrl}manager-howto.html">Read more...</a></p>
 | 
 | 114 |                         <br />
 | 
 | 115 |                         <h4><a href="${tomcatDocUrl}RELEASE-NOTES.txt">Release Notes</a></h4>
 | 
 | 116 |                         <h4><a href="${tomcatDocUrl}changelog.html">Changelog</a></h4>
 | 
 | 117 |                         <h4><a href="${tomcatUrl}migration.html">Migration Guide</a></h4>
 | 
 | 118 |                         <h4><a href="${tomcatUrl}security.html">Security Notices</a></h4>
 | 
 | 119 |                     </div>
 | 
 | 120 |                 </div>
 | 
 | 121 |                 <div id="low-docs" class="">
 | 
 | 122 |                     <div class="curved container">
 | 
 | 123 |                         <h3>Documentation</h3>
 | 
 | 124 |                         <h4><a href="${tomcatDocUrl}">Tomcat 7.0 Documentation</a></h4>
 | 
 | 125 |                         <h4><a href="${tomcatDocUrl}config/">Tomcat 7.0 Configuration</a></h4>
 | 
 | 126 |                         <h4><a href="http://wiki.apache.org/tomcat/FrontPage">Tomcat Wiki</a></h4>
 | 
 | 127 |                         <p>Find additional important configuration information in:</p>
 | 
 | 128 |                         <pre>$CATALINA_HOME/RUNNING.txt</pre>
 | 
 | 129 |                         <p>Developers may be interested in:</p>
 | 
 | 130 |                         <ul>
 | 
 | 131 |                             <li><a href="http://tomcat.apache.org/bugreport.html">Tomcat 7.0 Bug Database</a></li>
 | 
 | 132 |                             <li><a href="${tomcatDocUrl}api/index.html">Tomcat 7.0 JavaDocs</a></li>
 | 
 | 133 |                             <li><a href="http://svn.apache.org/repos/asf/tomcat/tc7.0.x/">Tomcat 7.0 SVN Repository</a></li>
 | 
 | 134 |                         </ul>
 | 
 | 135 |                     </div>
 | 
 | 136 |                 </div>
 | 
 | 137 |                 <div id="low-help" class="">
 | 
 | 138 |                     <div class="curved container">
 | 
 | 139 |                         <h3>Getting Help</h3>
 | 
 | 140 |                         <h4><a href="${tomcatUrl}faq/">FAQ</a> and <a href="${tomcatUrl}lists.html">Mailing Lists</a></h4>
 | 
 | 141 |                         <p>The following mailing lists are available:</p>
 | 
 | 142 |                         <ul>
 | 
 | 143 |                             <li id="list-announce"><strong><a href="${tomcatUrl}lists.html#tomcat-announce">tomcat-announce</a><br />
 | 
 | 144 |                                 Important announcements, releases, security vulnerability notifications. (Low volume).</strong>
 | 
 | 145 |                             </li>
 | 
 | 146 |                             <li><a href="${tomcatUrl}lists.html#tomcat-users">tomcat-users</a><br />
 | 
 | 147 |                                 User support and discussion
 | 
 | 148 |                             </li>
 | 
 | 149 |                             <li><a href="${tomcatUrl}lists.html#taglibs-user">taglibs-user</a><br />
 | 
 | 150 |                                 User support and discussion for <a href="${tomcatUrl}taglibs/">Apache Taglibs</a>
 | 
 | 151 |                             </li>
 | 
 | 152 |                             <li><a href="${tomcatUrl}lists.html#tomcat-dev">tomcat-dev</a><br />
 | 
 | 153 |                                 Development mailing list, including commit messages
 | 
 | 154 |                             </li>
 | 
 | 155 |                         </ul>
 | 
 | 156 |                     </div>
 | 
 | 157 |                 </div>
 | 
 | 158 |                 <br class="separator" />
 | 
 | 159 |             </div>
 | 
 | 160 |             <div id="footer" class="curved container">
 | 
 | 161 |                 <div class="col20">
 | 
 | 162 |                     <div class="container">
 | 
 | 163 |                         <h4>Other Downloads</h4>
 | 
 | 164 |                         <ul>
 | 
 | 165 |                             <li><a href="${tomcatUrl}download-connectors.cgi">Tomcat Connectors</a></li>
 | 
 | 166 |                             <li><a href="${tomcatUrl}download-native.cgi">Tomcat Native</a></li>
 | 
 | 167 |                             <li><a href="${tomcatUrl}taglibs/">Taglibs</a></li>
 | 
 | 168 |                             <li><a href="${tomcatDocUrl}deployer-howto.html">Deployer</a></li>
 | 
 | 169 |                         </ul>
 | 
 | 170 |                     </div>
 | 
 | 171 |                 </div>
 | 
 | 172 |                 <div class="col20">
 | 
 | 173 |                     <div class="container">
 | 
 | 174 |                         <h4>Other Documentation</h4>
 | 
 | 175 |                         <ul>
 | 
 | 176 |                             <li><a href="${tomcatUrl}connectors-doc/">Tomcat Connectors</a></li>
 | 
 | 177 |                             <li><a href="${tomcatUrl}connectors-doc/">mod_jk Documentation</a></li>
 | 
 | 178 |                             <li><a href="${tomcatUrl}native-doc/">Tomcat Native</a></li>
 | 
 | 179 |                             <li><a href="${tomcatDocUrl}deployer-howto.html">Deployer</a></li>
 | 
 | 180 |                         </ul>
 | 
 | 181 |                     </div>
 | 
 | 182 |                 </div>
 | 
 | 183 |                 <div class="col20">
 | 
 | 184 |                     <div class="container">
 | 
 | 185 |                         <h4>Get Involved</h4>
 | 
 | 186 |                         <ul>
 | 
 | 187 |                             <li><a href="${tomcatUrl}getinvolved.html">Overview</a></li>
 | 
 | 188 |                             <li><a href="${tomcatUrl}svn.html">SVN Repositories</a></li>
 | 
 | 189 |                             <li><a href="${tomcatUrl}lists.html">Mailing Lists</a></li>
 | 
 | 190 |                             <li><a href="http://wiki.apache.org/tomcat/FrontPage">Wiki</a></li>
 | 
 | 191 |                         </ul>
 | 
 | 192 |                     </div>
 | 
 | 193 |                 </div>
 | 
 | 194 |                 <div class="col20">
 | 
 | 195 |                     <div class="container">
 | 
 | 196 |                         <h4>Miscellaneous</h4>
 | 
 | 197 |                         <ul>
 | 
 | 198 |                             <li><a href="${tomcatUrl}contact.html">Contact</a></li>
 | 
 | 199 |                             <li><a href="${tomcatUrl}legal.html">Legal</a></li>
 | 
 | 200 |                             <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
 | 
 | 201 |                             <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 | 
 | 202 |                         </ul>
 | 
 | 203 |                     </div>
 | 
 | 204 |                 </div>
 | 
 | 205 |                 <div class="col20">
 | 
 | 206 |                     <div class="container">
 | 
 | 207 |                         <h4>Apache Software Foundation</h4>
 | 
 | 208 |                         <ul>
 | 
 | 209 |                             <li><a href="${tomcatUrl}whoweare.html">Who We Are</a></li>
 | 
 | 210 |                             <li><a href="${tomcatUrl}heritage.html">Heritage</a></li>
 | 
 | 211 |                             <li><a href="http://www.apache.org">Apache Home</a></li>
 | 
 | 212 |                             <li><a href="${tomcatUrl}resources.html">Resources</a></li>
 | 
 | 213 |                         </ul>
 | 
 | 214 |                     </div>
 | 
 | 215 |                 </div>
 | 
 | 216 |                 <br class="separator" />
 | 
 | 217 |             </div>
 | 
 | 218 |             <p class="copyright">Copyright ©1999-${year} Apache Software Foundation.  All Rights Reserved</p>
 | 
 | 219 |         </div>
 | 
 | 220 |     </body>
 | 
| Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame] | 221 | 
 | 
| Hongqing Liu | fd5ee81 | 2014-05-10 16:32:51 +0800 | [diff] [blame] | 222 | </html>
 |