Hello Everyone, I need some help related to the below requirements:
-> I need to setup production environment without installing Ruby or Rails or other related gems into it. I did accomplish the same using JRuby, bundler and warbler plugin. And deployed the WAR file into Apache Tomcat server. But now I have to do this without JRuby & Apache Tomcat. -> I have to setup Apache with Passenger module in production environment. So is there any way to just install and configure apache and passenger alone, and no need to install Ruby or Rails or any other gems? -> Performance wise - which is better among the following options: 1) Apache + Passenger (using Ruby) 2) Ngnix + Passenger (using Ruby) 3) Apache + Mongrel cluster (using Ruby) 4) Tomcat using JRuby 5) Glassfish + Apache using JRuby -> I personally found in development machines that Ruby (webrick) is faster than JRuby (webrick). Am I correct? Will it be the same in Production environment too? Also, let me know if there is any tutorial for installing and configuring Apache & Passenger module. Thanks in advance. Regards, Vasanth -- Posted via http://www.ruby-forum.com/. -- 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.

