The host name or IP address on which the web server is running. If your web server is on the local machine, you can also specify localhost for this value.
port
The port on which your web server runs. Varies depending on your web server and WebSphere configuration, and might not be required. For example, the default WebSphere Application Server installation uses a web server at port 9080, the default WebLogic Application Server installation uses port 7001, and the default Sun ONE Application Server 7 installation uses port 81. Microsoft IIS, Apache, and IBM HTTP Server typically use port 80.
cf_context_root
The context root specified when you installed the ColdFusion EAR files. The default value is cfmx. This value is stored in the application.xml file in the \cfusion.ear\META-INF directory in Windows, and in the /cfusion.ear/META-INF directory on UNIX.
The following sample URLs access the ColdFusion MX Administrator:
For WebSphere: http://localhost:9080/cfmx/CFIDE/administrator/index.cfm
For JRun 4: http://localhost:8100/cfmx/CFIDE/administrator/index.cfm
Note: The ColdFusion MX Administrator documentation describes features that are not available, or behave differently in ColdFusion MX for J2EE Application Servers. For information on these differences, see "Differences in the ColdFusion MX Administrator".