tomcat test steps after a successful installation:

tomcat test steps after a successful installation:

Write a test page:

Tomcat installation into the corresponding path:

E:\Tomcat\apache-tomcat-8.5.45\webapps\ROOT

Created: test.jsp

<html>
<body>
<center>
Now time is:<%=new java.util.Date()%>
</center>
</body>
</html>

Service Test:

Browser and enter:

http://localhost:8080

http://localhost:8080/test.jsp

Guess you like

Origin www.cnblogs.com/ming-4/p/11869528.html