我可以为 JRuby on Rails 使用什么 Web 托管服务?
我正在使用 JRuby on Rails 开发一个网站,因为我需要一些服务器端的 Java 功能。我认为要部署它,我需要使用支持 JSP 的托管服务。我说得对吗?这就是我所需要的吗?或者我还需要其他什么来部署我的网站?我该怎么做呢?
I'm developing a website with JRuby on Rails because I need some Java functionality server-side. I figure to deploy it, I will need to use a hosting service that supports JSP. Am I right and is that all I need? Or is there something else I will need to deploy my site? How would I go about doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该可以使用任何支持 java servlet 的主机。然后,您只需在 jruby on Rails 项目上运行 warbler 并部署 war 文件即可。我目前正在使用 stax (http://www.stax.net) 执行此操作,效果很好。
You should be fine with any host that supports java servlets. Then you simply run warbler on your jruby on rails project and deploy the war-file. I am currently doing this with stax (http://www.stax.net) and it works fine.