在 Coldfusion 之上使用 IIS 有什么好处?
What are the benefits of using IIS on top of Coldfusion?
我的团队正在计划一系列安全更新。在此,有人问是否有必要将 IIS 作为托管 Coldfusion 的服务。我为之开发的每个 CF 设置都使用了 IIS,但该死的,吉姆,我是一名开发人员,而不是服务器管理员(但我昨晚确实住在快捷假日酒店)。我们在 CF11 上运行,计划更新到 CF2016(或发布时的下一个版本),因此如果我们切换回来,将使用系统附带的任何版本的 Tomcat。
谁能解释一下我们使用 IIS 来运行服务的好处?
除了其他人在评论中提到的好处之外,我知道在 ColdFusion 10 之前,Adobe 文档明确指出内置 Web 服务器 (JRun) 不适用于生产用途 - About web servers in ColdFusion
The web server is a critical component in your ColdFusion environment, and understanding how ColdFusion interacts with web servers can help you administer your site. ColdFusion provides the following web server options:
Built-in web server A lightweight, all-Java, HTTP 1.0 web server. Suitable for development but not intended for use in production applications. For more information, see Using the built-in web server.
External web server A customized web server connector module that forwards requests for ColdFusion pages from an external web server to ColdFusion. For more information, see Using an external web server.
来自 Adobe 的同一文档在新版本中略有变化,但在我看来它仍然像是内置 Web 服务器 (Tomcat) 不适用于生产用途 - Web Server Management
The ColdFusion server configuration is built on top of Tomcat, also called the built-in web server. The built-in web server is useful in the following cases:
Coexistence/transition The built-in web server lets you run a previous version of ColdFusion (using an external web server) and ColdFusion (using the built-in web server) on the same computer while you migrate your existing applications to ColdFusion.
Development If your workstation runs ColdFusion but does not run an external web server, you can still develop and test ColdFusion applications locally through the built-in web server. ...
Whenever possible, configure your external web server as part of the ColdFusion installation, except for the two cases mentioned previously (coexistence with a previous ColdFusion version, and when the computer has no web server).
我的团队正在计划一系列安全更新。在此,有人问是否有必要将 IIS 作为托管 Coldfusion 的服务。我为之开发的每个 CF 设置都使用了 IIS,但该死的,吉姆,我是一名开发人员,而不是服务器管理员(但我昨晚确实住在快捷假日酒店)。我们在 CF11 上运行,计划更新到 CF2016(或发布时的下一个版本),因此如果我们切换回来,将使用系统附带的任何版本的 Tomcat。
谁能解释一下我们使用 IIS 来运行服务的好处?
除了其他人在评论中提到的好处之外,我知道在 ColdFusion 10 之前,Adobe 文档明确指出内置 Web 服务器 (JRun) 不适用于生产用途 - About web servers in ColdFusion
The web server is a critical component in your ColdFusion environment, and understanding how ColdFusion interacts with web servers can help you administer your site. ColdFusion provides the following web server options:
Built-in web server A lightweight, all-Java, HTTP 1.0 web server. Suitable for development but not intended for use in production applications. For more information, see Using the built-in web server.
External web server A customized web server connector module that forwards requests for ColdFusion pages from an external web server to ColdFusion. For more information, see Using an external web server.
来自 Adobe 的同一文档在新版本中略有变化,但在我看来它仍然像是内置 Web 服务器 (Tomcat) 不适用于生产用途 - Web Server Management
The ColdFusion server configuration is built on top of Tomcat, also called the built-in web server. The built-in web server is useful in the following cases:
Coexistence/transition The built-in web server lets you run a previous version of ColdFusion (using an external web server) and ColdFusion (using the built-in web server) on the same computer while you migrate your existing applications to ColdFusion.
Development If your workstation runs ColdFusion but does not run an external web server, you can still develop and test ColdFusion applications locally through the built-in web server. ...
Whenever possible, configure your external web server as part of the ColdFusion installation, except for the two cases mentioned previously (coexistence with a previous ColdFusion version, and when the computer has no web server).