How to change Tomcat default port ?
Tomcat by default runs on port number 8080, However there is high chance get a port conflict with others program. Sometime we just need to change the Tomcat port number. Steps of changing the Tomcat Port 1) Locate server.xml in {Tomcat installation folder}\ conf \ 2) Find following similar statement <!– Define a non-SSL HTTP/1.1 …