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

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/appdev/sample/sample.war-extract/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
636 (636 bytes)
MD5
83c756fd4d987c725f59e7c3eecaa935
SHA1
df7bcb0dd908ef824e5ae6075bde159bb4fc5de2
SHA256
846f1b0353b8c2019c2248c902ac208a2e60e5b23ebf8b0ec1796ef06f4139fe
SHA512

      
    
SHA1_git
fe61a15f11c368953aa741685652ee4c98829672
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
index.html | 636 bytes |

<html> <head> <title>Sample "Hello, World" Application</title> </head> <body bgcolor=white> <table border="0"> <tr> <td> <img src="images/tomcat.gif"> </td> <td> <h1>Sample "Hello, World" Application</h1> <p>This is the home page for a sample application used to illustrate the source directory organization of a web application utilizing the principles outlined in the Application Developer's Guide. </td> </tr> </table> <p>To prove that they work, you can execute either of the following links: <ul> <li>To a <a href="hello.jsp">JSP page</a>. <li>To a <a href="hello">servlet</a>. </ul> </body> </html>