<?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: Fedora Commons Installation and Configuration Guide</title>
	<atom:link href="http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/</link>
	<description>A fusion of Art &#38; Technology</description>
	<lastBuildDate>Tue, 15 Jan 2013 05:16:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Abhishek Singh</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-5102</link>
		<dc:creator>Abhishek Singh</dc:creator>
		<pubDate>Tue, 15 Jan 2013 05:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-5102</guid>
		<description><![CDATA[Can you please check if the process appear in the output of &lt;strong&gt;ps -aux &#124; grep -i fedora&lt;/strong&gt;?]]></description>
		<content:encoded><![CDATA[<p>Can you please check if the process appear in the output of <strong>ps -aux | grep -i fedora</strong>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Man</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-5096</link>
		<dc:creator>Man</dc:creator>
		<pubDate>Mon, 14 Jan 2013 13:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-5096</guid>
		<description><![CDATA[Whn i do chkconfig fedora on. and reboot Centos fedora service starts for few seconds - when i check service fedora status it returns 1. Few seconds later when i check status it is stopped. Any ideas?]]></description>
		<content:encoded><![CDATA[<p>Whn i do chkconfig fedora on. and reboot Centos fedora service starts for few seconds &#8211; when i check service fedora status it returns 1. Few seconds later when i check status it is stopped. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bergstrom</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-4506</link>
		<dc:creator>Paul Bergstrom</dc:creator>
		<pubDate>Tue, 16 Oct 2012 19:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-4506</guid>
		<description><![CDATA[Isn&#039;t there something wrong with the startscript? 

When I start fedora it does start, but when I run &quot;service fedora status&quot; it returns that it is stopped though it is not.]]></description>
		<content:encoded><![CDATA[<p>Isn&#8217;t there something wrong with the startscript? </p>
<p>When I start fedora it does start, but when I run &#8220;service fedora status&#8221; it returns that it is stopped though it is not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RADHAKRISHNA</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-4425</link>
		<dc:creator>RADHAKRISHNA</dc:creator>
		<pubDate>Sat, 08 Sep 2012 08:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-4425</guid>
		<description><![CDATA[I would like to develop servlet program in fedora17 in which jdk7 is installed. It is asking me to set the classpath to servlet-api.jar. But i don&#039;t know the way to set. Please can anyone help me?]]></description>
		<content:encoded><![CDATA[<p>I would like to develop servlet program in fedora17 in which jdk7 is installed. It is asking me to set the classpath to servlet-api.jar. But i don&#8217;t know the way to set. Please can anyone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-3233</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-3233</guid>
		<description><![CDATA[Abhishek,

Thank you for your prompt response. That didn&#039;t strike my mind, I did enable port 80 on the firewall but didn&#039;t realize I have to enable port 8080 also. That worked. Thanks once again.

Prasad.]]></description>
		<content:encoded><![CDATA[<p>Abhishek,</p>
<p>Thank you for your prompt response. That didn&#8217;t strike my mind, I did enable port 80 on the firewall but didn&#8217;t realize I have to enable port 8080 also. That worked. Thanks once again.</p>
<p>Prasad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek Singh</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-3231</link>
		<dc:creator>Abhishek Singh</dc:creator>
		<pubDate>Thu, 26 Jan 2012 03:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-3231</guid>
		<description><![CDATA[Hi Prasad,
    This means that fedora is running on the machine (which is verified by being able to open the link on the local machine). There might be various reasons for not being able to open the link on client machines. Some of the reasons and their solution are as below:
1. The firewall (iptables) might be blocking access to the 8080 port. To resolve this, please execute on terminal &quot;sudo iptables -I INPUT -p tcp --dport 8080 -j ACCEPT&quot;. If this solves your problem, you might want to save this rule (as it will be discarded on reboot) by executing &quot;sudo service iptables save&quot;.
2. There might be problem with your network and the packets originating from the client might be unable to reach fedora server. Please confirm that the network is working by pinging the server (command: ping &lt;Server_IP&gt;).

Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>Hi Prasad,<br />
    This means that fedora is running on the machine (which is verified by being able to open the link on the local machine). There might be various reasons for not being able to open the link on client machines. Some of the reasons and their solution are as below:<br />
1. The firewall (iptables) might be blocking access to the 8080 port. To resolve this, please execute on terminal &#8220;sudo iptables -I INPUT -p tcp &#8211;dport 8080 -j ACCEPT&#8221;. If this solves your problem, you might want to save this rule (as it will be discarded on reboot) by executing &#8220;sudo service iptables save&#8221;.<br />
2. There might be problem with your network and the packets originating from the client might be unable to reach fedora server. Please confirm that the network is working by pinging the server (command: ping <server_ip>).</p>
<p>Hope this helps.</server_ip></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-3227</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-3227</guid>
		<description><![CDATA[This all works fine on the linux box where the fedora was installed i.e. when I type http://localhost:8080/fedora or http://ipaddress:8080/fedora. But when I try to open the url from a client machine like windows xp, in firefox this is what I get
The server at ipaddress is taking too long to respond.

I am not sure where I went wrong. I will appreciate your help on resolving this issue.

Thanks,
Prasad]]></description>
		<content:encoded><![CDATA[<p>This all works fine on the linux box where the fedora was installed i.e. when I type <a href="http://localhost:8080/fedora" rel="nofollow">http://localhost:8080/fedora</a> or <a href="http://ipaddress:8080/fedora" rel="nofollow">http://ipaddress:8080/fedora</a>. But when I try to open the url from a client machine like windows xp, in firefox this is what I get<br />
The server at ipaddress is taking too long to respond.</p>
<p>I am not sure where I went wrong. I will appreciate your help on resolving this issue.</p>
<p>Thanks,<br />
Prasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fez Installation and Configuration Guide &#124; asingh</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-2887</link>
		<dc:creator>Fez Installation and Configuration Guide &#124; asingh</dc:creator>
		<pubDate>Tue, 27 Dec 2011 08:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-2887</guid>
		<description><![CDATA[[...] See the installation instructions. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] See the installation instructions. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uchechukwu Onuoha</title>
		<link>http://asingh.com.np/blog/fedora-commons-installation-and-configuration-guide/#comment-1760</link>
		<dc:creator>Uchechukwu Onuoha</dc:creator>
		<pubDate>Sat, 01 Oct 2011 13:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://asingh.com.np/?p=42#comment-1760</guid>
		<description><![CDATA[This is really an excellent work.
I can continue with my research on building a custom solution for fedora.]]></description>
		<content:encoded><![CDATA[<p>This is really an excellent work.<br />
I can continue with my research on building a custom solution for fedora.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
