Quantcast
Channel: JEE / J2EE / JSP / Servlets – Researcher's Blog
Viewing all articles
Browse latest Browse all 31

How to change default port in Tomcat?

$
0
0
Open apache-tomcat-7.0.22\conf\server.xml Find the block <Service name=”Catalina”> Locate following block and replace the Old port number (In RED color) with new port number. <!– A "Connector" represents an endpoint by which requests are received–> and responses are returned. Documentation at : Java HTTP Connector: /docs/config/http.html (blocking & non-blocking) Java AJP  Connector: /docs/config/ajp.html APR (HTTP/AJP) Connector: … Continue reading

Viewing all articles
Browse latest Browse all 31

Trending Articles