<?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"
	>
<channel>
	<title>Comments on: JRuby: Deploying a Rails Application on Tomcat</title>
	<atom:link href="http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/</link>
	<description>software development, technology and other square topics</description>
	<pubDate>Sat, 22 Nov 2008 08:16:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: nosewheelie &#187; Blog Archive &#187; Running a Rails app under Tomcat using JRuby</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-7970</link>
		<dc:creator>nosewheelie &#187; Blog Archive &#187; Running a Rails app under Tomcat using JRuby</dc:creator>
		<pubDate>Tue, 20 May 2008 23:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-7970</guid>
		<description>[...] has me looking at running a Rails app under Tomcat using JRuby [1]. A quick google revels many conflicting guides, which seem to stem from different versions of JRuby and tools (e.g. GoldSpike vs. Warbler). [...]</description>
		<content:encoded><![CDATA[<p>[...] has me looking at running a Rails app under Tomcat using JRuby [1]. A quick google revels many conflicting guides, which seem to stem from different versions of JRuby and tools (e.g. GoldSpike vs. Warbler). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: razmaspaz</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-4575</link>
		<dc:creator>razmaspaz</dc:creator>
		<pubDate>Fri, 26 Oct 2007 01:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-4575</guid>
		<description>nevermind...the catch is that I need to execute jruby -S rake, not just rake</description>
		<content:encoded><![CDATA[<p>nevermind&#8230;the catch is that I need to execute jruby -S rake, not just rake</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: razmaspaz</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-4573</link>
		<dc:creator>razmaspaz</dc:creator>
		<pubDate>Fri, 26 Oct 2007 01:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-4573</guid>
		<description>Hey,
   I just came across this tutorial.  I've gotten all the way to running create:standalone:war, and I get an error.  I assume it has something to do with the latest version of goldspike having a syntax error in it.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey,<br />
   I just came across this tutorial.  I&#8217;ve gotten all the way to running create:standalone:war, and I get an error.  I assume it has something to do with the latest version of goldspike having a syntax error in it.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby Brasil &#187; Blog Archive &#187; Tutoriais sobre JRuby e Rails</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-4184</link>
		<dc:creator>Ruby Brasil &#187; Blog Archive &#187; Tutoriais sobre JRuby e Rails</dc:creator>
		<pubDate>Fri, 28 Sep 2007 15:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-4184</guid>
		<description>[...] JRuby: Desenvolvendo uma aplicação Rails no TomCat Este é um breve tutorial de como montar uma aplicação simples em Rails para rodar no Tomcat. http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/  [...]</description>
		<content:encoded><![CDATA[<p>[...] JRuby: Desenvolvendo uma aplicação Rails no TomCat Este é um breve tutorial de como montar uma aplicação simples em Rails para rodar no Tomcat. <a href="http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/" rel="nofollow">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GSIY &#8230; Ruby-Rails Portal</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-4001</link>
		<dc:creator>GSIY &#8230; Ruby-Rails Portal</dc:creator>
		<pubDate>Sat, 15 Sep 2007 07:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-4001</guid>
		<description>[...] I want to deploy my RoR application on a apache tomcat server. I found a workthrough at http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/ but I have problems with the goldspike plugin. When I try to execute &#34;rake [...]</description>
		<content:encoded><![CDATA[<p>[...] I want to deploy my RoR application on a apache tomcat server. I found a workthrough at <a href="http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/" rel="nofollow">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/</a> but I have problems with the goldspike plugin. When I try to execute &quot;rake [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-3643</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 07 Aug 2007 08:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-3643</guid>
		<description>Standard Rails Apps suffer under a single-threaded model (mongrel serializes the data so that you don't end up with concurrent requests in the non-threadsafe rails land). 

Does deploying with JRuby on Tomcat effectively allow Rails to run in a truly concurrent manner?</description>
		<content:encoded><![CDATA[<p>Standard Rails Apps suffer under a single-threaded model (mongrel serializes the data so that you don&#8217;t end up with concurrent requests in the non-threadsafe rails land). </p>
<p>Does deploying with JRuby on Tomcat effectively allow Rails to run in a truly concurrent manner?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Music-Band</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-3635</link>
		<dc:creator>Music-Band</dc:creator>
		<pubDate>Sun, 05 Aug 2007 16:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-3635</guid>
		<description>Hey 
 
I was surfing the web and i saw this site, pretty cool. 
Currently im running and adult site:&lt;a href="http://www.vnvnation.biz/queries.html" rel="nofollow"&gt;Reachton&lt;/a&gt; 
k, just want to say hi :) 
Can i link you from my site? im looking for quality content like yours. If no let me know if i can add u in exchange for a montly fee or something.</description>
		<content:encoded><![CDATA[<p>Hey </p>
<p>I was surfing the web and i saw this site, pretty cool.<br />
Currently im running and adult site:<a href="http://www.vnvnation.biz/queries.html" rel="nofollow">Reachton</a><br />
k, just want to say hi :)<br />
Can i link you from my site? im looking for quality content like yours. If no let me know if i can add u in exchange for a montly fee or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-3581</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Fri, 27 Jul 2007 10:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-3581</guid>
		<description>This is exactly what I expected to find out after reading the title o.us poetry. Thanks for informative article</description>
		<content:encoded><![CDATA[<p>This is exactly what I expected to find out after reading the title o.us poetry. Thanks for informative article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Syntax &#187; Rails on Tomcat - thanks to JRuby!</title>
		<link>http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-3572</link>
		<dc:creator>Random Syntax &#187; Rails on Tomcat - thanks to JRuby!</dc:creator>
		<pubDate>Thu, 26 Jul 2007 09:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctum.com/2007/07/24/jruby-deploying-a-rails-application-on-tomcat/#comment-3572</guid>
		<description>[...] patiently for a year and a bit and now finally it looks like I can deploy my rails apps on Tomcat. Digital Sanctum has posted a nifty tutorial. An additional deployment platform is always welcome but this means [...]</description>
		<content:encoded><![CDATA[<p>[...] patiently for a year and a bit and now finally it looks like I can deploy my rails apps on Tomcat. Digital Sanctum has posted a nifty tutorial. An additional deployment platform is always welcome but this means [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
