<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kurinchi Blogger Scribbles ... &#187; tomcat setting</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/tomcat-setting/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to set Tomcat to run on port 80?</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/05/how-to-set-tomcat-to-run-on-port-80.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/05/how-to-set-tomcat-to-run-on-port-80.html#comments</comments>
		<pubDate>Fri, 08 May 2009 06:18:57 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[tomcat 80]]></category>
		<category><![CDATA[tomcat 8080]]></category>
		<category><![CDATA[tomcat apache]]></category>
		<category><![CDATA[tomcat setting]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=309</guid>
		<description><![CDATA[Setting Tomcat to work on port 80 instead of port 8080 There may be instances when you want Tomcat to run on port 80 and not on port 8080 which is the default port allocated to it on installation. If Apache is installed in the machine, then you need to stop the apache server (if [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Setting Tomcat to work on port 80 instead of port 8080</strong></p>
<p>There may be instances when you want Tomcat to run on port 80 and not on port 8080 which is the default port allocated to it on installation.</p>
<p>If Apache is installed in the machine, then you need to stop the apache server (if this were to be for a temporary cause) and if you need it permanently then you should disable apache on start up.<br />
<span id="more-309"></span><br />
To stop apache issue the command<br />
<strong>$ /etc/init.d/apache2 stop</strong></p>
<p>Then go to Tomcat configuration file<br />
<strong>$ cd /usr/local/tomcat/conf/<br />
$ vi server.xml</strong></p>
<p>Check for this line that states that the connector port is 8080 and change it to port 80.</p>
<p>    <Connector port="8080" protocol="HTTP/1.1"<br />
               connectionTimeout="20000"<br />
               redirectPort="8443" /></p>
<p>Save the file and then restart Tomcat server. Now Tomcat will use port 80</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/05/how-to-set-tomcat-to-run-on-port-80.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

