共同托管 Ruby on Rails 和另一个 Web 应用程序

发布于 2024-11-08 05:21:15 字数 269 浏览 0 评论 0原文

我有一个基于 Rails 的休息 Web 服务。我有另一个将在 java 或 .Net 上构建的第 3 方网站。我希望应用程序(即我的 Rails Web 服务)和基于 java 或 .Net 构建的第三方 Web 应用程序共享数据库。因此,我们计划 >将两个应用程序托管在同一服务器上。这可能吗?有哪些托管提供商可以提供此选项?

I have a rest web service based on Rails.I have another 3rd party website that will be built on either java or .Net. I wanted both the applications i.e. my rails web service and the third party web application that is built on java or .Net to share the database.So we are planning to host both the applications on the same server.Is this possible and what are the hosting providers that have this option?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

请你别敷衍 2024-11-15 05:21:15

我认为您不会找到可以在本地执行这两项操作的共享主机选项,但您可以在几乎任何 VPS 或云托管选项上轻松执行这两项操作。

我认为另一个合理的选择是找到一个 Java Servlet 主机(Tomcat 主机)并在 JRuby 下运行 Rails 应用程序。这个选项得到了很好的支持,并且相当成熟(我不能说 IronRuby 也是如此)。

I do not think you will find an option for a shared host on which you can do both natively, but you could easily do both on almost any VPS or cloud hosting option.

The other reasonable option I think would be to find a Java Servlet host (Tomcat host) and run your Rails application under JRuby. There is pretty good support for this option and it is fairly mature (I could not say the same of IronRuby).

灯角 2024-11-15 05:21:15

这两个应用程序都在 Windows 上运行,因此应该在同一服务器上运行。

因此,要么寻找支持这两种应用程序的托管提供商,要么获取虚拟专用服务器 (VPS) 并自行安装软件。

Both applications run on Windows, so should run on the same server.

So either look for hosting providers that support both applications or get a Virtual Private Server (VPS) and install the software yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文