<?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: How to Install GlassFish on CentOS</title>
	<atom:link href="http://felipeferreira.net/?feed=rss2&#038;p=663" rel="self" type="application/rss+xml" />
	<link>http://felipeferreira.net/?p=663</link>
	<description>Scripting, System Administration, Linux, Ubuntu, Network Monitoring, Security, SysAdmin, Bash, Cisco, Perl</description>
	<lastBuildDate>Thu, 26 Aug 2010 12:27:12 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Free tattoo designs</title>
		<link>http://felipeferreira.net/?p=663&#038;cpage=1#comment-429</link>
		<dc:creator>Free tattoo designs</dc:creator>
		<pubDate>Wed, 14 Apr 2010 12:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://felipeferreira.net/?p=663#comment-429</guid>
		<description>I came across your article, i think your blog is interesting, keep us posting.</description>
		<content:encoded><![CDATA[<p>I came across your article, i think your blog is interesting, keep us posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MAF</title>
		<link>http://felipeferreira.net/?p=663&#038;cpage=1#comment-422</link>
		<dc:creator>MAF</dc:creator>
		<pubDate>Wed, 07 Apr 2010 11:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://felipeferreira.net/?p=663#comment-422</guid>
		<description>I&#039;ve the next message when I run the installation script ¿Any idea?

Configuring the installer...
Searching for JVM on the system...
Extracting installation data...

Installer file /home/esb/glassfishesb-v2.1-full-installer-linux.sh seems to be corrupted</description>
		<content:encoded><![CDATA[<p>I&#8217;ve the next message when I run the installation script ¿Any idea?</p>
<p>Configuring the installer&#8230;<br />
Searching for JVM on the system&#8230;<br />
Extracting installation data&#8230;</p>
<p>Installer file /home/esb/glassfishesb-v2.1-full-installer-linux.sh seems to be corrupted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Juurlink</title>
		<link>http://felipeferreira.net/?p=663&#038;cpage=1#comment-367</link>
		<dc:creator>Rob Juurlink</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://felipeferreira.net/?p=663#comment-367</guid>
		<description>This article was very helpful.

Some additions, don&#039;t forget to make the glassfish startscript executable:
# chmod +x /etc/init.d/glassfish

And it is not wise to run the application server as root. To run as eg user &quot;glassfish&quot;, follow these steps (CentOS):
1. # adduser -M --shell /bin/false glassfish
2. # chown -R glassfish:glassfish /opt/
3. Modify the startscript and add &quot;sudo -u glassfish&quot; in front of all asadmin commands.</description>
		<content:encoded><![CDATA[<p>This article was very helpful.</p>
<p>Some additions, don&#8217;t forget to make the glassfish startscript executable:<br />
# chmod +x /etc/init.d/glassfish</p>
<p>And it is not wise to run the application server as root. To run as eg user &#8220;glassfish&#8221;, follow these steps (CentOS):<br />
1. # adduser -M &#8211;shell /bin/false glassfish<br />
2. # chown -R glassfish:glassfish /opt/<br />
3. Modify the startscript and add &#8220;sudo -u glassfish&#8221; in front of all asadmin commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher L. Dennis</title>
		<link>http://felipeferreira.net/?p=663&#038;cpage=1#comment-338</link>
		<dc:creator>Christopher L. Dennis</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://felipeferreira.net/?p=663#comment-338</guid>
		<description>Very helpful. You have our thanks. The service script example was a real time saver.

A couple suggestions for other readers and a possible edit:

* Be cautious of cutting and pasting smart quotes from web pages into shell scripts.

* The last two lines of the service script example should probably be three lines...

Instead of 

exit 1
esac

we suggest

exit 1
;;
esac</description>
		<content:encoded><![CDATA[<p>Very helpful. You have our thanks. The service script example was a real time saver.</p>
<p>A couple suggestions for other readers and a possible edit:</p>
<p>* Be cautious of cutting and pasting smart quotes from web pages into shell scripts.</p>
<p>* The last two lines of the service script example should probably be three lines&#8230;</p>
<p>Instead of </p>
<p>exit 1<br />
esac</p>
<p>we suggest</p>
<p>exit 1<br />
;;<br />
esac</p>
]]></content:encoded>
	</item>
</channel>
</rss>
