<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Runing Tomcat as Linux service</title>
	<atom:link href="http://aujava.wordpress.com/2007/01/21/runing-tomcat-as-linux-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://aujava.wordpress.com/2007/01/21/runing-tomcat-as-linux-service/</link>
	<description>Australian java weblog</description>
	<lastBuildDate>Sat, 03 Oct 2009 02:28:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: javarules</title>
		<link>http://aujava.wordpress.com/2007/01/21/runing-tomcat-as-linux-service/#comment-1763</link>
		<dc:creator>javarules</dc:creator>
		<pubDate>Wed, 20 Aug 2008 00:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://aujava.wordpress.com/2007/01/21/runing-tomcat-as-linux-service/#comment-1763</guid>
		<description>And for beginning shell programmers watch the use of `` and &quot; that gave me an error until I cnverted all the `` to &quot;(tx to vim)

I also changed these lines
export JAVA_HOME=”/usr/share/jdk1.5.0_10?
export CATALINA_HOME=”/usr/share/apache-tomcat-5.5.20?

to these
export JAVA_HOME=/usr/share/jdk1.5.0_10
export CATALINA_HOME=/usr/share/apache-tomcat-5.5.20

tx anyway ciao</description>
		<content:encoded><![CDATA[<p>And for beginning shell programmers watch the use of &#8220; and &#8221; that gave me an error until I cnverted all the &#8220; to &#8220;(tx to vim)</p>
<p>I also changed these lines<br />
export JAVA_HOME=”/usr/share/jdk1.5.0_10?<br />
export CATALINA_HOME=”/usr/share/apache-tomcat-5.5.20?</p>
<p>to these<br />
export JAVA_HOME=/usr/share/jdk1.5.0_10<br />
export CATALINA_HOME=/usr/share/apache-tomcat-5.5.20</p>
<p>tx anyway ciao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srk &#38; rkini</title>
		<link>http://aujava.wordpress.com/2007/01/21/runing-tomcat-as-linux-service/#comment-479</link>
		<dc:creator>srk &#38; rkini</dc:creator>
		<pubDate>Wed, 06 Jun 2007 12:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://aujava.wordpress.com/2007/01/21/runing-tomcat-as-linux-service/#comment-479</guid>
		<description>you forgot to add this :-)

case &quot;$1&quot; in
        start)
                start
                ;;
        stop)
                stop
                ;;
        restart)
                stop
                start
                ;;
        reload)
                reload
                ;;
        status)
                status 
                RETVAL=$?
                ;;
        *)
                echo $&quot;Usage: $0 {start&#124;stop&#124;restart&#124;reload&#124;status}&quot;
                RETVAL=1
esac</description>
		<content:encoded><![CDATA[<p>you forgot to add this <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>case &#8220;$1&#8243; in<br />
        start)<br />
                start<br />
                ;;<br />
        stop)<br />
                stop<br />
                ;;<br />
        restart)<br />
                stop<br />
                start<br />
                ;;<br />
        reload)<br />
                reload<br />
                ;;<br />
        status)<br />
                status<br />
                RETVAL=$?<br />
                ;;<br />
        *)<br />
                echo $&#8221;Usage: $0 {start|stop|restart|reload|status}&#8221;<br />
                RETVAL=1<br />
esac</p>
]]></content:encoded>
	</item>
</channel>
</rss>
