Logging Into (and Out of) the ColdFusion Administrator
When ColdFusion is installed (on Windows), a program group named Macromedia, ColdFusion MX 7 is created. Within that group is an option named Administrator that, when selected, launches the ColdFusion Administrator.Chapter 1, ColdFusion MX has an integrated (stand-alone) Web server that may be used for development. That server is usually on port 8500 or 8300 (instead of the default Web port of 80), so any URLs referring to the integrated Web server must specify that port. As such, the URL for the local ColdFusion Administrator (when using the integrated Web server) is http://localhost:8500/CFIDE/administrator/index.cfm or http://localhost:8300/CFIDE/administrator/index.cfm.
NOTE
If, for some reason localhost doesn''t work, the IP address 127.0.0.1 can be used instead: http://127.0.0.1/CFIDE/administrator/index.cfm.TIP
To access the ColdFusion Administrator on a remote server, use the same URL but replace localhost with the DNS name (or IP address) of that remote host.Using the Program Group option or any of the URLs listed previously, start your ColdFusion Administrator. You should see a login screen like the one in Figure 3.1.Figure 3.1. To prevent unauthorized use, access to the ColdFusion Administrator is password protected.
[View full size image]

Figure 3.2. The Administrator Welcome Page.
[View full size image]

NOTE
The ColdFusion Administrator password is initially set during ColdFusion installation.
NOTE
The exact contents of the Administrator Welcome page will vary, depending on the installation type and edition being used.The Administrator screen is divided into several regions:- The upper right section contains a Home icon (use this to get back to the home page if you find yourself lost), a Logout icon, and a System Information icon that is used to obtain system configuration information.
- Beneath these buttons is a toolbar with links to Documentation and other important information.
- The left side of the screen contains menus that may be expanded to display the administrative and configuration options.
- To the right of the menus is the main Administrator screen, which varies based on the menu options selected. When at the home page, this screen contains links to documentation, online support, training, product registration, community sites, the Security Zone, and much more.
- At the top right of the screen is a Help option. This link is always available, and additional help options are available as necessary.
