| Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Using the built-in web server |
|
|
|
|
||
ColdFusion MX 6.1 has its own web server that you can use to develop ColdFusion MX applications, without depending on an external web server, such as Internet Information Server (IIS), Apache, or iPlanet. Macromedia does not recommend using the built-in web server in a production environment. However, it is more than suitable for development, allowing you to create virtual directories and set the default document (for example, default.cfm or index.cfm).
During the ColdFusion MX 6.1 installation, you must choose a web server. If you select the built-in server, then your web root directory is located in the cf_root/wwwroot directory. By default, the web server runs on port 8500. This means that to display a page in your application, you must append :8500 to the host name or IP address in the URL; for example,
http://localhost:8500/YourApp1/index.cfm. (If the page still does not display, make sure that the document is located in the built-in web server's web root directory; for example, C:\CFusionMX\wwwroot\YourApp1\index.cfm.)
|
|
||
| Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Using the built-in web server |
|
|
ColdFusion 9 | 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.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/install6.htm
Comments
DaveF67 said on May 13, 2004 at 8:09 AM :