ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/appdev/sample/index.html

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

      
    
Rootfs path

      
    
Size
2220 (2.2 KB)
MD5
0a87af1013dbe033c4be1d2d68d66320
SHA1
901183d4ae4f65c0050bc3b07cc54cb6b4bb8c3e
SHA256
f269eac290972840be81d51faa2d762958ea37957a2a72ac55d49500b2febdf3
SHA512

      
    
SHA1_git
886eaf6355eac41a25bf5f794655359929cbb1e6
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
index.html | 2.2 KB |

<!DOCTYPE html> <!-- 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. --> <html> <head> <meta charset="UTF-8" /> <title>Sample Application</title> </head> <body> <h2>Sample Application</h2> <p> The example app has been packaged as a war file and can be downloaded <a href="sample.war">here</a> (Note: make sure your browser doesn't change file extension or append a new one). </p> <p> The easiest way to run this application is simply to move the war file to your <b>CATALINA_BASE/webapps</b> directory. A default Tomcat install will automatically expand and deploy the application for you. You can view it with the following URL (assuming that you're running tomcat on port 8080 which is the default): <br /> <a href="http://localhost:8080/sample">http://localhost:8080/sample</a> </p> <p> If you just want to browse the contents, you can unpack the war file with the <b>jar</b> command. </p> <pre> jar -xvf sample.war </pre> <p> Note: <b>CATALINA_BASE</b> is usually the directory in which you unpacked the Tomcat distribution. For more information on <b>CATALINA_HOME</b>, <b>CATALINA_BASE</b> and the difference between them see <b>RUNNING.txt</b> in the directory you unpacked your Tomcat distribution. </p> </body> </html>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
39.93
Copyrights

      
    
Holders

      
    
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 10 10