创建test.jsp页面文件


vim test.jsp 输入下面内容

print time <%=new java.util.Date()%>



使用浏览器访问服务器地址

http://Serverip:8080/test.jsp