ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/ROOT/index.jsp

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/ROOT/index.jsp
Status
scanned
Type
file
Name
index.jsp
Extension
.jsp
Programming language
Java Server Page
Mime type
text/html
File type
HTML document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
12568 (12.3 KB)
MD5
078a898abcf808a80dd2571459be70e8
SHA1
c899e148e0c7e6a1a34b89ecd07537a7f31c27e3
SHA256
a4665e3264412c67ed168a410748976426b4050303acd6b1f8ecfe1fcc9566fa
SHA512

      
    
SHA1_git
2be40bf0cc6d16f7a78d8ee999b89baaafc24069
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
index.jsp | 12.3 KB |

<%-- 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. --%> <%@ page session="false" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> <% java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy"); request.setAttribute("year", sdf.format(new java.util.Date())); request.setAttribute("tomcatUrl", "https://tomcat.apache.org/"); request.setAttribute("tomcatDocUrl", "/docs/"); request.setAttribute("tomcatExamplesUrl", "/examples/"); %> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title><%=request.getServletContext().getServerInfo() %></title> <link href="favicon.ico" rel="icon" type="image/x-icon" /> <link href="tomcat.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="navigation" class="curved container"> <span id="nav-home"><a href="${tomcatUrl}">Home</a></span> <span id="nav-hosts"><a href="${tomcatDocUrl}">Documentation</a></span> <span id="nav-config"><a href="${tomcatDocUrl}config/">Configuration</a></span> <span id="nav-examples"><a href="${tomcatExamplesUrl}">Examples</a></span> <span id="nav-wiki"><a href="https://cwiki.apache.org/confluence/display/TOMCAT/">Wiki</a></span> <span id="nav-lists"><a href="${tomcatUrl}lists.html">Mailing Lists</a></span> <span id="nav-help"><a href="${tomcatUrl}findhelp.html">Find Help</a></span> <br class="separator" /> </div> <div id="asf-box"> <h1>${pageContext.servletContext.serverInfo}</h1> </div> <div id="upper" class="curved container"> <div id="congrats" class="curved container"> <h2>If you're seeing this, you've successfully installed Tomcat. Congratulations!</h2> </div> <div id="notice"> <img id="tomcat-logo" src="tomcat.svg" alt="[tomcat logo]" /> <div id="tasks"> <h3>Recommended Reading:</h3> <h4><a href="${tomcatDocUrl}security-howto.html">Security Considerations How-To</a></h4> <h4><a href="${tomcatDocUrl}manager-howto.html">Manager Application How-To</a></h4> <h4><a href="${tomcatDocUrl}cluster-howto.html">Clustering/Session Replication How-To</a></h4> </div> </div> <div id="actions"> <div class="button"> <a class="container shadow" href="/manager/status"><span>Server Status</span></a> </div> <div class="button"> <a class="container shadow" href="/manager/html"><span>Manager App</span></a> </div> <div class="button"> <a class="container shadow" href="/host-manager/html"><span>Host Manager</span></a> </div> </div> <br class="separator" /> </div> <div id="middle" class="curved container"> <h3>Developer Quick Start</h3> <div class="col25"> <div class="container"> <p><a href="${tomcatDocUrl}setup.html">Tomcat Setup</a></p> <p><a href="${tomcatDocUrl}appdev/">First Web Application</a></p> </div> </div> <div class="col25"> <div class="container"> <p><a href="${tomcatDocUrl}realm-howto.html">Realms &amp; AAA</a></p> <p><a href="${tomcatDocUrl}jndi-datasource-examples-howto.html">JDBC DataSources</a></p> </div> </div> <div class="col25"> <div class="container"> <p><a href="${tomcatExamplesUrl}">Examples</a></p> </div> </div> <div class="col25"> <div class="container"> <p><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Specifications">Servlet Specifications</a></p> <p><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions">Tomcat Versions</a></p> </div> </div> <br class="separator" /> </div> <div id="lower"> <div id="low-manage" class=""> <div class="curved container"> <h3>Managing Tomcat</h3> <p>For security, access to the <a href="/manager/html">manager webapp</a> is restricted. Users are defined in:</p> <pre>$CATALINA_HOME/conf/tomcat-users.xml</pre> <p>In Tomcat @VERSION_MAJOR_MINOR@ access to the manager application is split between different users. &nbsp; <a href="${tomcatDocUrl}manager-howto.html">Read more...</a></p> <br /> <h4><a href="${tomcatDocUrl}RELEASE-NOTES.txt">Release Notes</a></h4> <h4><a href="${tomcatDocUrl}changelog.html">Changelog</a></h4> <h4><a href="${tomcatUrl}migration.html">Migration Guide</a></h4> <h4><a href="${tomcatUrl}security.html">Security Notices</a></h4> </div> </div> <div id="low-docs" class=""> <div class="curved container"> <h3>Documentation</h3> <h4><a href="${tomcatDocUrl}">Tomcat @VERSION_MAJOR_MINOR@ Documentation</a></h4> <h4><a href="${tomcatDocUrl}config/">Tomcat @VERSION_MAJOR_MINOR@ Configuration</a></h4> <h4><a href="https://cwiki.apache.org/confluence/display/TOMCAT/">Tomcat Wiki</a></h4> <p>Find additional important configuration information in:</p> <pre>$CATALINA_HOME/RUNNING.txt</pre> <p>Developers may be interested in:</p> <ul> <li><a href="https://tomcat.apache.org/bugreport.html">Tomcat @VERSION_MAJOR_MINOR@ Bug Database</a></li> <li><a href="${tomcatDocUrl}api/index.html">Tomcat @VERSION_MAJOR_MINOR@ JavaDocs</a></li> <li><a href="https://github.com/apache/tomcat/tree/@GIT_BRANCH@">Tomcat @VERSION_MAJOR_MINOR@ Git Repository at GitHub</a></li> </ul> </div> </div> <div id="low-help" class=""> <div class="curved container"> <h3>Getting Help</h3> <h4><a href="${tomcatUrl}faq/">FAQ</a> and <a href="${tomcatUrl}lists.html">Mailing Lists</a></h4> <p>The following mailing lists are available:</p> <ul> <li id="list-announce"><strong><a href="${tomcatUrl}lists.html#tomcat-announce">tomcat-announce</a><br /> Important announcements, releases, security vulnerability notifications. (Low volume).</strong> </li> <li><a href="${tomcatUrl}lists.html#tomcat-users">tomcat-users</a><br /> User support and discussion </li> <li><a href="${tomcatUrl}lists.html#taglibs-user">taglibs-user</a><br /> User support and discussion for <a href="${tomcatUrl}taglibs/">Apache Taglibs</a> </li> <li><a href="${tomcatUrl}lists.html#tomcat-dev">tomcat-dev</a><br /> Development mailing list, including commit messages </li> </ul> </div> </div> <br class="separator" /> </div> <div id="footer" class="curved container"> <div class="col20"> <div class="container"> <h4>Other Downloads</h4> <ul> <li><a href="${tomcatUrl}download-connectors.cgi">Tomcat Connectors</a></li> <li><a href="${tomcatUrl}download-native.cgi">Tomcat Native</a></li> <li><a href="${tomcatUrl}taglibs/">Taglibs</a></li> <li><a href="${tomcatDocUrl}deployer-howto.html">Deployer</a></li> </ul> </div> </div> <div class="col20"> <div class="container"> <h4>Other Documentation</h4> <ul> <li><a href="${tomcatUrl}connectors-doc/">Tomcat Connectors</a></li> <li><a href="${tomcatUrl}connectors-doc/">mod_jk Documentation</a></li> <li><a href="${tomcatUrl}native-doc/">Tomcat Native</a></li> <li><a href="${tomcatDocUrl}deployer-howto.html">Deployer</a></li> </ul> </div> </div> <div class="col20"> <div class="container"> <h4>Get Involved</h4> <ul> <li><a href="${tomcatUrl}getinvolved.html">Overview</a></li> <li><a href="${tomcatUrl}source.html">Source Repositories</a></li> <li><a href="${tomcatUrl}lists.html">Mailing Lists</a></li> <li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/">Wiki</a></li> </ul> </div> </div> <div class="col20"> <div class="container"> <h4>Miscellaneous</h4> <ul> <li><a href="${tomcatUrl}contact.html">Contact</a></li> <li><a href="${tomcatUrl}legal.html">Legal</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> </ul> </div> </div> <div class="col20"> <div class="container"> <h4>Apache Software Foundation</h4> <ul> <li><a href="${tomcatUrl}whoweare.html">Who We Are</a></li> <li><a href="${tomcatUrl}heritage.html">Heritage</a></li> <li><a href="https://www.apache.org">Apache Home</a></li> <li><a href="${tomcatUrl}resources.html">Resources</a></li> </ul> </div> </div> <br class="separator" /> </div> <p class="copyright">Copyright &copy;1999-${year} Apache Software Foundation. All Rights Reserved</p> </div> </body> </html>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
15.68
Copyrights
- end_line: 215
  copyright: Copyright (c) 1999-$ year Apache Software Foundation
  start_line: 215
Holders
- holder: Apache Software Foundation
  end_line: 215
  start_line: 215
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9
https://tomcat.apache.org/ 21 21
https://cwiki.apache.org/confluence/display/TOMCAT/ 41 41
https://cwiki.apache.org/confluence/display/TOMCAT/Specifications 96 96
https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions 97 97
https://tomcat.apache.org/bugreport.html 128 128
https://github.com/apache/tomcat/tree/@GIT_BRANCH 130 130
https://www.apache.org/foundation/sponsorship.html 197 197
https://www.apache.org/foundation/thanks.html 198 198
https://www.apache.org/ 208 208