【发布时间】:2010-07-26 07:55:05
【问题描述】:
我是 Rails 新手,所以请耐心等待,我需要 apache tomcat 作为应用服务器。我如何通过替换默认的 Mongrel 来配置它
【问题讨论】:
标签: ruby-on-rails apache mongrel
我是 Rails 新手,所以请耐心等待,我需要 apache tomcat 作为应用服务器。我如何通过替换默认的 Mongrel 来配置它
【问题讨论】:
标签: ruby-on-rails apache mongrel
首先,要在 tomcat 上部署 rails 应用程序,您需要 jRuby(在 JVM 上运行的 ruby 版本)。
我建议您阅读本教程以产生想法:http://thenice.tumblr.com/post/133345213/deploying-a-rails-application-in-tomcat-with-jruby-a
【讨论】: