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

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/appdev/sample/sample.war-extract/hello.jsp
Status
scanned
Type
file
Name
hello.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
376 (376 bytes)
MD5
7676a603826e42ca2248210087351539
SHA1
84ad47894a40a600319ab3608fb72ec04589086e
SHA256
4acfe3fb9c9307eddc9cacee48d26f0051bcbcd48031b42cd716ab80ab3a2155
SHA512

      
    
SHA1_git
ff73e3c31df5dfdd939c4024be4d2ebf8cda4ffc
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
hello.jsp | 376 bytes |

<html> <head> <title>Sample Application JSP Page</title> </head> <body bgcolor=white> <table border="0"> <tr> <td align=center> <img src="images/tomcat.gif"> </td> <td> <h1>Sample Application JSP Page</h1> This is the output of a JSP page that is part of the Hello, World application. </td> </tr> </table> <%= new String("Hello!") %> </body> </html>