<?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/"
	>

<channel>
	<title>usefulgeek &#187; centos</title>
	<atom:link href="http://www.usefulgeek.com/blog/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Wed, 04 Jan 2012 22:08:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Quick install of Tomcat5 on CentOS</title>
		<link>http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/</link>
		<comments>http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:19:27 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[quickfire]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=198</guid>
		<description><![CDATA[At the office, we&#8217;re in the process of doing some work where we need a tomcat server.  Without having to get into things to much, I found this simple method for getting tomcat5 up and running pretty quickly.  I&#8217;m sure I&#8217;ve left out some important things, and I&#8217;m doubtful as to how production ready this [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>At the office, we&#8217;re in the process of doing some work where we need a tomcat server.  Without having to get into things to much, I found this simple method for getting tomcat5 up and running pretty quickly.  I&#8217;m sure I&#8217;ve left out some important things, and I&#8217;m doubtful as to how production ready this is, but for our testing, it&#8217;s working out fine.</p>
<p>I&#8217;m using CentOS 5.3 for all of this, but I&#8217;m sure it will work with CentOS 5.4</p>
<pre>yum install tomcat5 tomcat5-admin-webapps tomcat5-webapps</pre>
<p>After this, you need to edit the tomcat-users.xml file to create a new user.Using the above, this file ends up in <code>/etc/tomcat5/tomcat5-users.xml</code> and all that needs to be added is a line similar to the following..</p>
<pre>user username="admin" password="p@ssw0rd" roles="admin,manager"</pre>
<p>I can&#8217;t get wordpress to work with me on this, so you&#8217;ll need to wrap the above in angle brackets, the same as all the other lines in that file.<br />
You can set username and password to whatever you&#8217;d like.  After this, restart tomcat (not sure if this is needed) with <code>service tomcat5 restart</code> and off you go.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/11/quick-install-of-tomcat5-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

