我是 Rails 新手,所以请耐心等待,我需要 apache tomcat 作为应用程序服务器。我如何通过替换默认的 Mongrel 来配置它
I am new to Rails, so bear with me, I need to have apache tomcat as application server. How do i configure that by replacing the default Mongrel
首先,要在tomcat上部署rails应用程序,您需要jRuby(在JVM上运行的ruby版本)。
我建议您阅读本教程来提出想法: http://thenice.tumblr.com/post/133345213/deploying-a-rails-application-in-tomcat-with-jruby-a
first of all, to deploy a rails app on tomcat, you need jRuby (a ruby version that runs on JVM).
I'll suggest you to read this tutorial to make an idea: http://thenice.tumblr.com/post/133345213/deploying-a-rails-application-in-tomcat-with-jruby-a
http://wiki.joyent.com/accelerators:apache_rails_mongrel
可以帮助您
helps you
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
首先,要在tomcat上部署rails应用程序,您需要jRuby(在JVM上运行的ruby版本)。
我建议您阅读本教程来提出想法: http://thenice.tumblr.com/post/133345213/deploying-a-rails-application-in-tomcat-with-jruby-a
first of all, to deploy a rails app on tomcat, you need jRuby (a ruby version that runs on JVM).
I'll suggest you to read this tutorial to make an idea: http://thenice.tumblr.com/post/133345213/deploying-a-rails-application-in-tomcat-with-jruby-a
http://wiki.joyent.com/accelerators:apache_rails_mongrel
可以帮助您
http://wiki.joyent.com/accelerators:apache_rails_mongrel
helps you