<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Slacy's Blog &#187; apache tomcat</title>
	<atom:link href="http://slacy.com/blog/tag/apache-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://slacy.com/blog</link>
	<description>This site is solar powered!</description>
	<lastBuildDate>Tue, 01 May 2012 05:50:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Solr &amp; Tomcat install for Ubuntu 8.04 or 9.10</title>
		<link>http://slacy.com/blog/2009/11/solr-tomcat-install-for-ubuntu-8-04-or-9-10/</link>
		<comments>http://slacy.com/blog/2009/11/solr-tomcat-install-for-ubuntu-8-04-or-9-10/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 01:25:43 +0000</pubDate>
		<dc:creator>slacy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apache tomcat]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[solr]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://slacy.com/blog/?p=1008</guid>
		<description><![CDATA[NOTE: THE VERSION OF SOLR PROVIDED BY UBUNTU IS ONLY 1.2.  THIS VERSION IS OVER 2 YEARS OLD. You can fairly easily install tomcat &#38; Solr for Ubuntu via apt-get, but there are some quick caveats before you begin.  The packages are in the base repositories, but something is messed up with the dependencies, so [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">NOTE: THE VERSION OF SOLR PROVIDED BY UBUNTU IS ONLY 1.2.  THIS VERSION IS OVER 2 YEARS OLD.</span></strong></p>
<p>You can fairly easily install <a href="http://tomcat.apache.org/">tomcat</a> &amp; <a href="http://lucene.apache.org/solr/">Solr</a> for Ubuntu via apt-get, but there are some quick caveats before you begin.  The packages are in the base repositories, but something is messed up with the dependencies, so you can&#8217;t just say &#8220;sudo apt-get install solr-tomcat5.5&#8243; unless tomcat is already installed.  So, the right sequence is:</p>
<pre>$ sudo apt-get install tomcat5.5
$ sudo apt-get install solr-tomcat5.5</pre>
<p>I&#8217;m a bit nervous that solr doesn&#8217;t seem to work with (or rely on) newer versions of tomcat, but I&#8217;m to to stressed at the moment.  Once you&#8217;re done with the above, you can check your Solr install at <a href="http://localhost:8180/solr/admin">http://localhost:8180/solr/admin</a></p>
<p>Solr config files live in /etc/solr/config/&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://slacy.com/blog/2009/11/solr-tomcat-install-for-ubuntu-8-04-or-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

