On Tue, May 25, 2010 at 9:40 AM, pepe <[email protected]> wrote: > If I use JRuby, do I need to use GlashFish or can I still use Mongrel > as my web server? Do I need to deploy using a .war file or can I just > copy the application's folder as I am currently doing?
You can continue to use Mongrel (or the Glassfish gem or Trinidad (Tomcat) gem) with the same application folder layout you have now. An app server/WAR file deployment is way overkill unless you need some other aspect of JEE architecture. FWIW, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

