Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Using the built-in web server > Switching the port for the built-in web server PreviousNext

Switching the port for the built-in web server

You can change the default port on which the built-in web server runs.

To change the default port for the built-in web server:

  1. Back up the jrun.xml file.

    This file is in the cf_root\runtime\servers\default\SERVER-INF directory in Windows, and in the cf_root/runtime/servers/default/SERVER-INF directory on UNIX.

  2. Open the original jrun.xml file for editing.
  3. Change the port number specified in the WebService port attribute (near the bottom of the file):
    <service class="jrun.servlet.http.WebService" name="WebService">
       <attribute name="port">8500</attribute>
       <attribute name="interface">*</attribute>
       <attribute name="deactivated">false</attribute>
    </service>
    

    Note: Make sure that the deactivated attribute is set to false.

  4. Save the file.
  5. Restart ColdFusion MX.

Contents > Installing and Using ColdFusion MX > Installing the Server Configuration > Using the built-in web server > Switching the port for the built-in web server PreviousNext

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.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/install7.htm