I changed Tomcat’s port number from 8080 to 80, so I’ll introduce the configuration method.
tomcat/conf/server.xml
Before Change
↓ Change the port=“8080” part to port=“80”.
After Change
That’s all from the Gemba.
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.