[Tomcat] How to Change Port Number Configuration
I changed Tomcat’s port number from 8080 to 80, so I’ll introduce the configuration method.
Before Change
↓ Change the port=“8080” part to port=“80”.
After Change
That’s all from the Gemba.