<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Apache Archives - Manish Sanger</title>
	<atom:link href="https://www.manishsanger.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.manishsanger.com/tag/apache/</link>
	<description>Java, J2EE, Spring Framework, application security,big data,database,design patterns,hibernate,j2ee,java,jdbc,micro-services,mongodb,multithreading,nosql</description>
	<lastBuildDate>Fri, 13 Feb 2015 13:07:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Release port 8080 on Windows</title>
		<link>https://www.manishsanger.com/release-port-8080-on-windows/</link>
					<comments>https://www.manishsanger.com/release-port-8080-on-windows/#respond</comments>
		
		<dc:creator><![CDATA[manishsanger]]></dc:creator>
		<pubDate>Mon, 09 Feb 2015 08:59:43 +0000</pubDate>
				<category><![CDATA[Installation/SetUp]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Port]]></category>
		<guid isPermaLink="false">https://www.manishsanger.com/?p=219</guid>

					<description><![CDATA[<p>Sometimes when we run java application on windows platform, it doesn&#8217;t start tomcat and says port 8080 already in use. To resolve this issue, we have to kill the process running on port 8080. Below are the few simple steps to release port 8080. Start you command prompt as an administator: Run the following command [&#8230;]</p>
<p>The post <a href="https://www.manishsanger.com/release-port-8080-on-windows/">Release port 8080 on Windows</a> appeared first on <a href="https://www.manishsanger.com">Manish Sanger</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes when we run java application on windows platform, it doesn&#8217;t start tomcat and says port 8080 already in use. To resolve this issue, we have to kill the process running on port 8080. Below are the few simple steps to release port 8080.</p>
<p>Start you command prompt as an administator:</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-220" alt="cmd_run_as_administrator" src="https://www.manishsanger.com/wp-content/uploads/2015/02/cmd_run_as_administrator.png" width="319" height="419" srcset="https://www.manishsanger.com/wp-content/uploads/2015/02/cmd_run_as_administrator.png 319w, https://www.manishsanger.com/wp-content/uploads/2015/02/cmd_run_as_administrator-228x300.png 228w" sizes="(max-width: 319px) 100vw, 319px" /></p>
<p>Run the following command to get the process which is using the port 8080:<br />
<br />
<pre><code class="bash">netstat -o -n -a | findstr 0.0:8080<br />
</code></pre>
<br />
To kill the process running on port 8080:<br />
<br />
<pre><code class="bash">taskkill /F /PID <pid>
</code></pre>
<p><img decoding="async" class="alignnone size-full wp-image-221" alt="release_port_8080" src="https://www.manishsanger.com/wp-content/uploads/2015/02/release_port_8080.png" width="644" height="117" srcset="https://www.manishsanger.com/wp-content/uploads/2015/02/release_port_8080.png 644w, https://www.manishsanger.com/wp-content/uploads/2015/02/release_port_8080-300x54.png 300w" sizes="(max-width: 644px) 100vw, 644px" /></p>
<p>That&#8217;s it, have fun!!</p>
<p>The post <a href="https://www.manishsanger.com/release-port-8080-on-windows/">Release port 8080 on Windows</a> appeared first on <a href="https://www.manishsanger.com">Manish Sanger</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.manishsanger.com/release-port-8080-on-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://www.manishsanger.com/wp-content/uploads/2015/02/release_port_8080.png" length="4746" type="image/png"/><media:content url="https://www.manishsanger.com/wp-content/uploads/2015/02/release_port_8080.png" width="644" height="117" medium="image" type="image/png"/>	</item>
	</channel>
</rss>
