<?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: Running a Rails app under Tomcat using JRuby</title>
	<atom:link href="http://adams.id.au/blog/2008/05/running-a-rails-app-under-tomcat-using-jruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://adams.id.au/blog/2008/05/running-a-rails-app-under-tomcat-using-jruby/</link>
	<description>Technology, mountain biking, politics &#38; music.</description>
	<pubDate>Thu, 09 Sep 2010 05:05:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy Shen</title>
		<link>http://adams.id.au/blog/2008/05/running-a-rails-app-under-tomcat-using-jruby/comment-page-1/#comment-139</link>
		<dc:creator>Andy Shen</dc:creator>
		<pubDate>Wed, 21 May 2008 17:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://adams.id.au/blog/?p=132#comment-139</guid>
		<description>Hi Tom,

My experience was a lot simpler, perhaps because I didn't have the 'install jruby' requirement.
So all I did was install warbler and ran it in a rails app (created by calling 'rails' instead of jruby -S rails) and deployed the war file to tomcat. My spike was using AR with ruby mysql binding but it can be changed to use jdbc just like yours (need to add jdbc jar to WEB-INF/lib or somewhere else as long as it's in classpath).

Cheers,
Andy</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>My experience was a lot simpler, perhaps because I didn&#8217;t have the &#8216;install jruby&#8217; requirement.<br />
So all I did was install warbler and ran it in a rails app (created by calling &#8216;rails&#8217; instead of jruby -S rails) and deployed the war file to tomcat. My spike was using AR with ruby mysql binding but it can be changed to use jdbc just like yours (need to add jdbc jar to WEB-INF/lib or somewhere else as long as it&#8217;s in classpath).</p>
<p>Cheers,<br />
Andy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
