<?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 Tomcat and Java 6 on CentOS 5.2</title>
	<atom:link href="http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2</link>
	<description>Release Candidate</description>
	<lastBuildDate>Fri, 10 Sep 2010 19:38:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: at</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-2166</link>
		<dc:creator>at</dc:creator>
		<pubDate>Fri, 07 May 2010 15:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-2166</guid>
		<description>small thing that I noticed, that the command for adding tomcat into chkconfig is:

/sbin/chkconfig --add tomcat

Just do /sbin/chkconfig, and it will show you all three options</description>
		<content:encoded><![CDATA[<p>small thing that I noticed, that the command for adding tomcat into chkconfig is:</p>
<p>/sbin/chkconfig &#8211;add tomcat</p>
<p>Just do /sbin/chkconfig, and it will show you all three options</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: at</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-2164</link>
		<dc:creator>at</dc:creator>
		<pubDate>Fri, 07 May 2010 15:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-2164</guid>
		<description>worked like a charm, thanks!</description>
		<content:encoded><![CDATA[<p>worked like a charm, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iago Rubio</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-1908</link>
		<dc:creator>Iago Rubio</dc:creator>
		<pubDate>Wed, 17 Mar 2010 11:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-1908</guid>
		<description>Thanks for the tips, they are really useful.

&gt; I know Linux guru, all those thing can e done with a single compact 
&gt; command line, but it take more time to read the man pages compared
&gt; to run two separate and clear commands

The command is the same you use, but with a &quot;z&quot; at the end of the tar arguments to invoke gzip, and a &quot;j&quot; to invoke bz2.

tar xvfz apache-tomcat-5.5.26.tar.gz
tar xvfj apache-tomcat-5.5.26.tar.bz2

The same for compressing:

tar cvfz apache-dir.tar.gz apache-dir
tar cvfj apache-dir.tar.bz2 apache-dir

Guess you don&#039;t need to read the man pages now ;-)

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips, they are really useful.</p>
<p>&gt; I know Linux guru, all those thing can e done with a single compact<br />
&gt; command line, but it take more time to read the man pages compared<br />
&gt; to run two separate and clear commands</p>
<p>The command is the same you use, but with a &#8220;z&#8221; at the end of the tar arguments to invoke gzip, and a &#8220;j&#8221; to invoke bz2.</p>
<p>tar xvfz apache-tomcat-5.5.26.tar.gz<br />
tar xvfj apache-tomcat-5.5.26.tar.bz2</p>
<p>The same for compressing:</p>
<p>tar cvfz apache-dir.tar.gz apache-dir<br />
tar cvfj apache-dir.tar.bz2 apache-dir</p>
<p>Guess you don&#8217;t need to read the man pages now <img src='http://www.satollo.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-1679</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Sun, 21 Feb 2010 09:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-1679</guid>
		<description>Use iptable to route port 80 on 8080 and run tomcat with a low privileges user.</description>
		<content:encoded><![CDATA[<p>Use iptable to route port 80 on 8080 and run tomcat with a low privileges user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hueoogle</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-1678</link>
		<dc:creator>Hueoogle</dc:creator>
		<pubDate>Sun, 21 Feb 2010 03:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-1678</guid>
		<description>DO you realize running tomcat has a listener thread and a worker thread. The listener hands off the same user as from what it accepted the connection. Lets see how long your box runs since you are letting EVERY user have ROOT ACCESS that connects to even an index.html page. Funny guys</description>
		<content:encoded><![CDATA[<p>DO you realize running tomcat has a listener thread and a worker thread. The listener hands off the same user as from what it accepted the connection. Lets see how long your box runs since you are letting EVERY user have ROOT ACCESS that connects to even an index.html page. Funny guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-1539</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-1539</guid>
		<description>Ok, I&#039;d like to make a really important note here. Don&#039;t forget to ensure your firewall has port 8080 open if you&#039;re leaving the Tomcat defaults as they are. Yes. I&#039;m an idiot. Yes. That was my problem. Thank you, good night. ;-)</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;d like to make a really important note here. Don&#8217;t forget to ensure your firewall has port 8080 open if you&#8217;re leaving the Tomcat defaults as they are. Yes. I&#8217;m an idiot. Yes. That was my problem. Thank you, good night. <img src='http://www.satollo.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-1538</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-1538</guid>
		<description>I&#039;ve run through this, but the problem is when I try to start tomcat I get nothing:

[root@web1 tomcat]# /etc/init.d/tomcat start
Starting Tomcat service: Using CATALINA_BASE:   /usr/tomcat
Using CATALINA_HOME:   /usr/tomcat
Using CATALINA_TMPDIR: /usr/tomcat/temp
Using JRE_HOME:       /usr/java/latest

It doesn&#039;t report an error, but it doesn&#039;t start either! Anyone got any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve run through this, but the problem is when I try to start tomcat I get nothing:</p>
<p>[root@web1 tomcat]# /etc/init.d/tomcat start<br />
Starting Tomcat service: Using CATALINA_BASE:   /usr/tomcat<br />
Using CATALINA_HOME:   /usr/tomcat<br />
Using CATALINA_TMPDIR: /usr/tomcat/temp<br />
Using JRE_HOME:       /usr/java/latest</p>
<p>It doesn&#8217;t report an error, but it doesn&#8217;t start either! Anyone got any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syl</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-1515</link>
		<dc:creator>Syl</dc:creator>
		<pubDate>Fri, 29 Jan 2010 14:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-1515</guid>
		<description>Hello,

About your daemon script, tomcat run behind a java startup command. Then to see status, you have to use something like:
status java &#124; sed &quot;s,java,tomcat,&quot;</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>About your daemon script, tomcat run behind a java startup command. Then to see status, you have to use something like:<br />
status java | sed &#8220;s,java,tomcat,&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-1373</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-1373</guid>
		<description>I prefer iptable to avoid to manage an apache and tomcat with native librarie can be an efficient web server. Clearly under heavy load dur to static content (like images) an apache can make the difference.
I manage a lot of virtual hosts, so having only tomcat I can configure only it. About SSL, i use the ssl connector of tomcat without problems.</description>
		<content:encoded><![CDATA[<p>I prefer iptable to avoid to manage an apache and tomcat with native librarie can be an efficient web server. Clearly under heavy load dur to static content (like images) an apache can make the difference.<br />
I manage a lot of virtual hosts, so having only tomcat I can configure only it. About SSL, i use the ssl connector of tomcat without problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malky</title>
		<link>http://www.satollo.net/how-to-install-tomcat-and-java-6-on-centos-5-2/comment-page-1#comment-1372</link>
		<dc:creator>Malky</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.satollo.net/?p=370#comment-1372</guid>
		<description>Great job Stefano, Will try this tonight - are you saying that you prefer the iptable method rather than mod_proxy (I have Apache 2.2 on port 80 at the moment). I will need to configure ssl in the future for my tomcat requests and thought it might be better to use mod_proxy. Any suggestions.

Thanks,

Malky</description>
		<content:encoded><![CDATA[<p>Great job Stefano, Will try this tonight &#8211; are you saying that you prefer the iptable method rather than mod_proxy (I have Apache 2.2 on port 80 at the moment). I will need to configure ssl in the future for my tomcat requests and thought it might be better to use mod_proxy. Any suggestions.</p>
<p>Thanks,</p>
<p>Malky</p>
]]></content:encoded>
	</item>
</channel>
</rss>
