Current location - Quotes Website - Collection of slogans - What is the default port of 1? Tomcat server? How to modify tomcat's port
What is the default port of 1? Tomcat server? How to modify tomcat's port
The default port is: 8080.

Find the installation directory of tomcat, and there is a conf folder with server.xml in it.

& lt connector port = "8080" protocol = "http/1.1"connectiontimeout = "20000" redirect port = "8443"/>

Just replace this 8080 with what you need.

I hope this helps.