<?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>Ian Winter &#187; resin</title>
	<atom:link href="http://ianwinter.co.uk/tag/resin/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianwinter.co.uk</link>
	<description>Have you found the instructions yet?</description>
	<lastBuildDate>Wed, 14 Sep 2011 22:16:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Railo, Resin, Caucho and me</title>
		<link>http://ianwinter.co.uk/2009/06/12/railo-resin-caucho-and-me/</link>
		<comments>http://ianwinter.co.uk/2009/06/12/railo-resin-caucho-and-me/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 22:06:40 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[caucho]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[railo]]></category>
		<category><![CDATA[resin]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=1023</guid>
		<description><![CDATA[I&#8217;ve finally got resin, railo and caucho playing together in a nice, no longer ripping each other&#8217;s hair, out kind of way. I have to say my biggest comment (and probably one of the more tricky things to do) is that for Railo to become a big player in trying to take away Adobe&#8217;s CF [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally got resin, railo and caucho playing together in a nice, no longer ripping each other&#8217;s hair, out kind of way. I have to say my biggest comment (and probably one of the more tricky things to do) is that for Railo to become a big player in trying to take away Adobe&#8217;s CF user base installers are going to be essential. That said railo does seem quicker on processing CFML (need to do more tests to verify that).</p>
<p>I&#8217;ve got apache 2.2.3 running on CentOS 5.3. I have railo 3.1.0.015 (not updated to 016 yet) and caucho.</p>
<p>My resin.conf has this addition (multiple times for the different domains):</p>
<p><code>&lt;host id="www.domain.co.uk" root-directory="/home/domain/public_html"&gt;<br />
&lt;host-name&gt;www.domain.co.uk&lt;/host-name&gt;<br />
&lt;host-alias&gt;domain.co.uk&lt;/host-alias&gt;<br />
&lt;web-app id="/" document-directory="."/&gt;<br />
&lt;/host&gt;</code></p>
<p>The apache virtual hosts are just normal vhosts. No extras.</p>
<p>My caucho.conf (in /etc/httpd/conf.d) looks like this:</p>
<p><code>LoadModule caucho_module /usr/lib64/httpd/modules/mod_caucho.so<br />
ResinConfigServer localhost 6800<br />
CauchoConfigCacheDirectory /tmp<br />
CauchoStatus yes<br />
&lt;Location /caucho-status&gt;<br />
SetHandler caucho-status<br />
&lt;/Location&gt;</code></p>
<p>Hopefully that might help someone out. I&#8217;m going to try and do a from scratch CentOS build guide for The Rackspace Cloud sometime next week. I&#8217;ve started migrating some sites over to the cloud server and so far not hit any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/06/12/railo-resin-caucho-and-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

