To register a CFX Tag ColdFusion follow these steps:
In the ColdFusion Administrator navigation frame, click Server/CFX Tags . The CFX Tag page appears.
In the CFX Tags
page, do one of the following:
To register a CFX tag using C++,.follow these steps:
In the CFX Tags page, click the Register C++ CFX button
In the Add/Edit
CFX C++ Tag page, specify the following information.
Tag Name |
In this text box, provide a name for the CFX tag that you are registering. Tag names must be prefix with CFX_. |
Server Library |
In this text box, enter the path to the library you want to use or click the Server Browse button to locate the library you want to use. |
Procedure |
In this text box, enter the procedure that implements the CFX tag. The procedure name must correspond with the procedure associated with the DLL or shared object you have specified. Note that procedure names are case sensitive. |
Keep Library Loaded |
Check this box to retain the library in RAM. |
Description |
In this text box, provide a message that identifies the use of this CFX tag. |
or
To register CFX tags using Java, follow these steps.
In the CFX page, click the Register Java CFX button.
In the Add/Edit
CFX Java Tag page, specify the following information.
Tag Name |
In this text box, enter the tag name (after the cfx_ prefix). a provide a name for the CFX tag that you are registering. |
Class Name |
In this text box, enter the class name (without the .class extension) that implements the interface. The class file should be accessible from the Class Path setting on the JVM and Java Settings page. |
Description |
In this text box, provide a message that identifies the use of this CFX tag. |
To apply and save the CFX tag registration, click Submit Changes.