The port of the Tomcat server will conflict with other server ports. At this time, you need to modify the port of the Tomcat server

View related knowledge

View related exercises


The port of the Tomcat server will conflict with other server ports. At this time, you need to modify the port of the Tomcat server

Implementation steps:

1. Find the conf folder under the Tomcat server installation directory

2. Open the server.xml file in the conf folder

3. Modify the port attribute value of the "Connector" node

4. Open the bin directory, restart the tomcat server and enter http://localhost:8080 to enter the tomcat console to view

 

 

 

Guess you like

Origin blog.csdn.net/weixin_44893902/article/details/113863493