github.com/cloudcredo/cloudrocker@v0.0.0-20160108110610-1320f8cc2dfd/sample-apps/java/hello.jsp (about) 1 <html> 2 <head> 3 <title>Sample Application JSP Page</title> 4 </head> 5 <body bgcolor=white> 6 7 <table border="0"> 8 <tr> 9 <td align=center> 10 <img src="images/tomcat.gif"> 11 </td> 12 <td> 13 <h1>Sample Application JSP Page</h1> 14 CloudCredo for all your Cloud Foundry and BOSH consultancy needs! 15 </td> 16 </tr> 17 </table> 18 19 <%= new String("Hello!") %> 20 21 </body> 22 </html>