我可以在同一台服务器上安装 Coldfusion 9 和 Coldfusion 8 吗?

发布于 2024-08-26 17:23:20 字数 120 浏览 8 评论 0原文

我可以在同一台服务器上安装coldfusion 8coldfusion 9并分别使用它们吗?

非常感谢。

Can I install coldfusion 8 and coldfusion 9 on the same server and use them separately?

Great thanks.

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

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

发布评论

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

评论(3

月棠 2024-09-02 17:23:20

安装方法如下: 安装多个版本的 ColdFusion Together - Daria Norris 在费城 CFUG 会议上的演示

Here's how you do the install: Installing Multiple Versions of ColdFusion Together - Presentation at Philadelphia CFUG meeting by Daria Norris

初吻给了烟 2024-09-02 17:23:20

是的,绝对是。基本上,与使用相同版本的几个实例没有区别,如安装中所述J2EE 配置帮助部分。

PS 为 ServerFault 投票。

Yes, absolutely. Basically there is no difference from using few instances of same version, like described in the Installing the J2EE Configuration help section.

P.S. Vote for ServerFault.

栀梦 2024-09-02 17:23:20

是的,它可以..
这里的主要问题是您的网络服务器如何确定何时使用哪一个。
最好的方法是让两个不同的 Web 服务器(apache 和 IIS)为两个不同版本的 CF 提供服务。

其他方法是..

  • 让 WSC​​onfig 指向两个版本的 CF 的相同代理端口,但这样您一次只能运行一个。
  • 让 WSC​​onfig 绑定两组不同的文件扩展名(即 .cfm8 转到 CF8,.cfm 转到 CF9)

这些都不是真正好的解决方案,但这取决于您想要实现的目标。

Yes it can..
the main issue here is how your webserver works out which one to use when.
the best way to do this is to have two different webservers (apache and IIS) serving the two different versions of CF.

Other ways would be..

  • to have WSConfig point to the same proxy port for both versions of CF but then you could only run one at a time.
  • to have WSConfig bind two different sets of file extensions (ie .cfm8 goes to CF8 and .cfm goes to CF9

None of these are really great solutions but it depends on what you are trying to achieve.

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