从 JRun 4.0 更改为 Tomcat 有何好处?
我们正在 JRun 4.0 上运行一个实例 ColdFusion 9.0.1 Enterprise - 正如我刚刚读到的那样,CF 10 将用 Tomcat 替换 JRun。切换到 Tomcat 后我可以获得哪些主要好处?
We are running one single instance ColdFusion 9.0.1 Enterprise on JRun 4.0 - As I just read CF 10 will replace JRun with Tomcat. What are the main benefits I'm gaining by switching over to Tomcat?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
JRun是一个功能齐全的Java EE平台,类似于WebSphere,而Tomcat只是一个Servlet容器。然而,JRun自2007年左右以来就没有任何新的开发,它本质上是一个死产品。另一方面,Tomcat 是基于社区并不断开发的。如果您需要 Tomcat 提供的以外的功能,您可以随时将 JBoss 添加到其中。
现在没有什么可以阻止您在 Tomcat 上运行 CF 9,只是某些 CF 管理功能适合配置 JRun。我确信 CF10 Admin 在发布时将面向 Tomcat。
JRun is a full-featured Java EE platform, similar to WebSphere, while Tomcat is simply a Servlet container. However, JRun hasn't had any new development since around 2007. It's essentially a dead product. Tomcat on the other hand, is community based and constantly under development. If you need more than what Tomcat offers, you can always add JBoss into the mix.
There's nothing stopping you from running CF 9 on Tomcat now, it's just that certain CF Admin functions are geared towards configuring JRun. I'm sure the CF10 Admin will be geared towards Tomcat when it arrives.
除了 iKnowKungFoo 所说的之外,还有其他好处:
以下是一些包含重要信息的链接:
与 Matt Woodward 一起在 Apache Tomcat 上运行多个 CFML 引擎(视频)
使用 Apache Web 服务器在 Tomcat 上配置 ColdFusion 应用程序,作者:Dan Skaggs(博客文章)
Additional benefits to add to what iKnowKungFoo stated:
Here are some links with great info:
Running multiple CFML Engines on Apache Tomcat with Matt Woodward (Video)
Configuring ColdFusion applications on Tomcat with Apache web server by Dan Skaggs (Blog Post)