User Guide

Table Of Contents
Deploying an event gateway 1101
3.
Ensure that ColdFusion event gateway services are enabled on the ColdFusion MX
Administrator Data & Services > Event Gateway > Settings page.
4.
On the ColdFusion MX Administrator Data & Services > Event Gateways page, click the
Manage Gateway Types button to display the Gateway Types page.
5.
On the Add/Edit ColdFusion Event Gateway Types form, enter a type name (for example, SMS
for the SMS event gateway), a description, and the full Java class name (for example,
coldfusion.eventgateway.sms.SMSGateway for the SMS event gateway). If appropriate, change
the Startup Timeout settings from the default values.
6.
Click the Add Type button to deploy the event gateway type in ColdFusion.
The following procedure describes how to configure an event gateway instance that uses the
gateway type.
To configure an event gateway instance
1.
If you have just finished deploying the event gateway type, click the Manage Gateway Instances
button; otherwise, select Event Gateways > Gateway Instances in the ColdFusion MX
Administrator.
2.
On the Add/Edit ColdFusion Event Gateways Instances form do the following:
Enter the instance name in the Gateway ID field
Select the event gateway type that you added from the Gateway Type drop-down list
Specify the paths to the listener CFC or CFCs that will handle the messages.
If the event gateway requires a configuration file, enter the path to the file in Gateway
Configuration File field.
If you do not want the gateway to start up automatically when ColdFusion MX starts,
change the Startup Mode selection to Manual or Disabled
3.
Click the Add Gateway Instance button.
4.
In the list of configured instances, click the start button (green triangle) on the gateway
instance’s entry to start the instance.