在同一服务器上运行 Railo 和 Adobe Coldfusion Server
我在 Win 2K3 IIS6 服务器上有几个 Coldfusion 站点,我想轻松使用 Railo。我希望在同一台服务器上安装 Railo,并设置一个特定的 IIS 虚拟主机来使用 Railo 而不是 Adobe CF 服务器。
即使我将 isapi 映射指向 Railo dll,Adobe CF Server 似乎仍会处理 .cfm 文件的请求。
我关闭了 Adobe 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。许多人已经这样做了。有些人(例如 Mike Henke 和 Matt Woodward)甚至更进一步,同时安装了 Open BlueDragon、Railo 和 Adobe 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.
最简单的方法是下载 Railo Express(包括 Jetty)并在不同的端口(例如 8080)上运行它。
The easiest way would be to download Railo Express (includes Jetty) and run that on a different port, like 8080.