用 Apache 替换 Mongrel
我是 Rails 新手,所以请耐心等待,我需要 apache tomcat 作为应用程序服务器。我如何通过替换默认的 Mongrel 来配置它
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我是 Rails 新手,所以请耐心等待,我需要 apache tomcat 作为应用程序服务器。我如何通过替换默认的 Mongrel 来配置它
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(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