在同一服务器上运行 Railo 和 Adob​​e Coldfusion Server

发布于 2024-08-22 23:42:39 字数 401 浏览 23 评论 0原文

我在 Win 2K3 IIS6 服务器上有几个 Coldfusion 站点,我想轻松使用 Railo。我希望在同一台服务器上安装 Railo,并设置一个特定的 IIS 虚拟主机来使用 Railo 而不是 Adob​​e CF 服务器。

即使我将 isapi 映射指向 Railo dll,Adobe CF Server 似乎仍会处理 .cfm 文件的请求。

我关闭了 Adob​​e Coldfusion 8 服务,并让 Railo 在 IIS 虚拟主机上运行,​​但使用 now() 函数处理单个 .cfm 文件大约需要 15 秒左右的时间。如果我通过 Railo 运行的端口运行相同的 cfm 文件,速度会非常快。

是否可以在没有 JRun 的情况下并行运行 Railo 和 CF Server?为什么 Railo 和 IIS 这么慢?

I have several Coldfusion sites on a Win 2K3 IIS6 server and I wanted to ease into Railo. I was hoping to install Railo on the same server and just set up a particular IIS virtual host to use Railo instead of Adobe CF server.

It seems Adobe CF Server will still process the request for .cfm files even though I pointed the isapi mapping to the Railo dll.

I shut down Adobe Coldfusion 8 service and got Railo working on the IIS virtual host but it takes about 15 or so seconds to process a single .cfm file with the now() function in it. If I run the same cfm file via the port Railo is running on it is very fast.

is it possible to run Railo and CF Server side by side without JRun? And why would Railo and IIS be so slow?

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

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

发布评论

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

评论(2

离不开的别离 2024-08-29 23:42:39

是的。许多人已经这样做了。有些人(例如 Mike Henke 和 Matt Woodward)甚至更进一步,同时安装了 Open BlueDragon、Railo 和 Adob​​e CF。 Matt 在这里发布了一篇非常好的博客文章,介绍了如何做到这一点。他还有一组很好的演示幻灯片 此处

Yes. A number of people have done such. Some (like Mike Henke and Matt Woodward) have gone even further and installed Open BlueDragon, Railo and Adobe CF at the same time. Matt has a really nice blog posting on how to do it here. He also has a nice set of presentation slides on this here.

心清如水 2024-08-29 23:42:39

最简单的方法是下载 Railo Express(包括 Jetty)并在不同的端口(例如 8080)上运行它。

The easiest way would be to download Railo Express (includes Jetty) and run that on a different port, like 8080.

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