Change Apache Tomcat port 8080 to 80 or another port number

Quickly change Tomcat port to the one you need.

Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.0 versions).

Here we’ll be using label <CATALINA_HOME> to denote the folder where Tomcat is installed. In our systems, tomcat is installed in the following path.
<CATALINA_HOME>=C:\Java\Tomcat_x.x

We need to edit the file named server.xml inside <CATALINA_HOME>\conf folder.

In the server.xml file; locate the following segment.
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="8080" … />
By changing this 8080 value of port attribute, server would start listening on new port number.
<Connector port="8081" … />
After saving the changed server.xml file, Tomcat server must be restarted (stop then start) to activate the change.

COMMENTS

BLOGGER: 26
Loading...

Read More...

Name

About,2,Adsense,3,Ant,1,Apache,3,Axis,3,Blogger,1,Books,1,CentOS,2,Chrome,2,CSS,2,Database,3,Earn Online,3,Eclipse,10,Facebook,1,Firefox,10,Gmail,4,GNU/Linux,9,Google,26,GWT,8,Hardware,2,IE,5,Interesting,15,Internet,14,Java,49,Javascript,7,JBoss,1,Jenkins,1,Log4j,2,Me,6,Microsoft,2,Miscellaneous,1,News,11,Opinion,10,OSGi,1,PHP,1,Productivity,3,Programming,36,Puzzle,3,Security,4,Software,41,Sports,9,Spring,2,Story,6,Subversion,3,TDD,4,Tech,2,Tips,1,Tomcat,6,Tutorial,13,Ubuntu,4,Web application,14,Web Design,2,Web services,3,Windows,10,Yahoo,1,Zip,2,
ltr
item
Digizol: Change Apache Tomcat port 8080 to 80 or another port number
Change Apache Tomcat port 8080 to 80 or another port number
Quickly change Tomcat port to the one you need.
https://3.bp.blogspot.com/_vgTLQ5mShiI/SFefKiiD3II/AAAAAAAAAK0/sSRoUJhCe20/s1600/tomcat.gif
https://3.bp.blogspot.com/_vgTLQ5mShiI/SFefKiiD3II/AAAAAAAAAK0/sSRoUJhCe20/s72-c/tomcat.gif
Digizol
https://www.digizol.com/2008/06/tomcat-how-to-change-port-8080.html
https://www.digizol.com/
https://www.digizol.com/
https://www.digizol.com/2008/06/tomcat-how-to-change-port-8080.html
true
7440473
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy