Contents > Configuring and Administering ColdFusion MX > Web Server Management > Using the built-in web server PreviousNext

Using the built-in web server

The ColdFusion MX server configuration is built on top of JRun, which includes the JRun web server, also called the built-in web server. Although not intended for use in a production environment, the built-in web server is particularly useful in the following cases:

All web servers listen on a TCP/IP port and this port can be specified in the URL. By default, web servers listen for HTTP request on port 80 (for example, http://www.macromedia.com and http://www.macromedia.com:80 are the same). Similarly, 443 is the default port for HTTPS requests.

By default in the server configuration, the built-in web server listens on port 8500. For example, to access the ColdFusion MX Administrator through the built-in web server, specify http://servername:8500/CFIDE/administrator/index.cfm.

If you enable the built-in web server during the installation process and port 8500 is already in use, the installer automatically finds the next available port above 8500 and configures the built-in web server to use that port. If you think that your built-in web server is using a port other than 8500, open cf_root/runtime/servers/default/SERVER-INF/jrun.xml in a text editor and examine the port attribute of the WebService service.

Note: When installing ColdFusion MX Enterprise Edition using the option that also installs JRun 4, the installation wizard always configures the built-in web server, even if you select an external web server.

The following list outlines additional facts related to the built-in web server.


Contents > Configuring and Administering ColdFusion MX > Web Server Management > Using the built-in web server PreviousNext

ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.