<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tomcat &#8211; How to change port 8080</title>
	<atom:link href="http://www.easywayserver.com/blog/tomcat-how-to-change-port-8080/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easywayserver.com/blog/tomcat-how-to-change-port-8080/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rajeev</title>
		<link>http://www.easywayserver.com/blog/tomcat-how-to-change-port-8080/comment-page-1/#comment-7540</link>
		<dc:creator>Rajeev</dc:creator>
		<pubDate>Thu, 25 Feb 2010 11:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/tomcat-how-to-change-port-8080/#comment-7540</guid>
		<description>After changing port in this file server.xml. Have you restart tomcat? If not first restart tomcat. IF still it is not working. then check 80 port is not using by some other application. Mostly apache httpd server use 80 port. tomcat will give error of already bind 80.

or you can check ports which are running by command.

netstats -a

and check which application is using 80 port stop that port and again restart tomcat and then check.</description>
		<content:encoded><![CDATA[<p>After changing port in this file server.xml. Have you restart tomcat? If not first restart tomcat. IF still it is not working. then check 80 port is not using by some other application. Mostly apache httpd server use 80 port. tomcat will give error of already bind 80.</p>
<p>or you can check ports which are running by command.</p>
<p>netstats -a</p>
<p>and check which application is using 80 port stop that port and again restart tomcat and then check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.easywayserver.com/blog/tomcat-how-to-change-port-8080/comment-page-1/#comment-7502</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/tomcat-how-to-change-port-8080/#comment-7502</guid>
		<description>Hi,

I did the changes as mentioned, after that when i am not able to access the page from localhost

eg:
Before changing, i was able to access my project by the url - http://localhost:8080/project
After changing the server.xml file, i am not able to access my project with http://localhost/project.

Can anybody help me out with this...

Thanks,
Ramesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I did the changes as mentioned, after that when i am not able to access the page from localhost</p>
<p>eg:<br />
Before changing, i was able to access my project by the url &#8211; <a href="http://localhost:8080/project" rel="nofollow">http://localhost:8080/project</a><br />
After changing the server.xml file, i am not able to access my project with <a href="http://localhost/project" rel="nofollow">http://localhost/project</a>.</p>
<p>Can anybody help me out with this&#8230;</p>
<p>Thanks,<br />
Ramesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

