User Guide
Table Of Contents
- Installing and Configuring ColdFusion Server
- Contents
- Welcome to ColdFusion Server
- Installing ColdFusion Server in Windows
- Installing ColdFusion Server in Solaris
- Installing ColdFusion Server in Linux
- Installing ColdFusion Server in HP-UX
- Basic ColdFusion Server Administration
- Managing Data Sources
- Preparing Your Server for ClusterCATS

Configuring Your Installation 19
Configuring SNMP MIB
To use the ColdFusion Server MIB features, you must configure these settings:
1 For each system, such as a system with the IP address 192.178.64.88, that is to
receive trap messages from the local host, open the local host’s Registry to:
\\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMP\Paramete
rs\TrapConfiguration\public
For each system, add a value in the following form:
1: REG_SZ:192.178.64.88
2 Open the Debug Options page of the ColdFusion Administrator, and ensure that
the Enable Performance Monitoring checkbox is selected.
Tip
You can find a copy of the MIB definition in CFusion/cfam/Database/lhmib.mib.
Using HTTPS and non-default ports
To use HTTPS, a different Web server name, or a different port to access the Web
document root for ColdFusion MIB information, modify <installdir>/cfam/
Database/mib.properties
For example, this file usually contains a single entry, such as
http://maine where
maine
is the local host name, and http://maine is the Web document root for the
ColdFusion MIB information. To use HTTPS, a different Web document root
(maine1), and port (459), edit the entry to https://maine1:459.
install.book Page 19 Thursday, May 10, 2001 12:59 PM