[Tomcat] How to Change Port Number Configuration

Tadashi Shigeoka ·  Wed, January 18, 2012

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.