« Return to Thread: Rails and JRuby

Re: Rails and JRuby

by Leonardo Borges :: Rate this Message:

Reply to Author | View in Thread

Waring up the app is not a big issue. We use tomcat here, but for deployment only. Development mode we just run JRuby/mongrel.

I particularly didn't go with glass fish - or any other app server for that matter - because we don't need any of the extra services they provide. e.g.: EJB container.

Leonardo Borges
www.leonardoborges.com


On Fri, Jun 19, 2009 at 7:13 PM, Mistress Janna Brossard <mistressjanna@...> wrote:
I find the glassfish gem to be the most performant of all -- and I don't need to war-up my app.

I proxy to the glassfish gem out of apache.

Capistrano is great, but not if you;re stuck with a Windows box


Date: Fri, 19 Jun 2009 11:12:55 -0500
From: nicksieger@...
To: user@...
Subject: Re: [jruby-user] Rails and JRuby

 
On Fri, Jun 19, 2009 at 10:27 AM, James Herdman <james.herdman@...> wrote:
Hello friends.

I'm investigating building a Rails stack with JRuby as the interpreter. I'm a little confused by the choice of Tomcat and Glassfish. Which is being used most frequently for greenfield set ups? Also, for Glassfish, are people using Prelude, or version 2?

Either are decent choices. You should try both and see what fits your environment better. Tomcat is smaller, Glassfish is probably a little more performant, but you should test with your apps. In either case, you'll probably be using Warbler to create the war files to deploy to them, so you can create one war file and deploy the same file in both to play around.

There's also JRuby/Mongrel which is acceptable, and the Glassfish gem as well.
 

I also wouldn't mind some hints with respect to how Capistrano or Vlad fit into the equation.



Insert movie times and more without leaving Hotmail®. See how.

 « Return to Thread: Rails and JRuby