Adobe 38043755 - ColdFusion Enterprise - Mac Administration Manual page 48

Configuring and administering
Hide thumbs Also See for 38043755 - ColdFusion Enterprise - Mac:
Table of Contents

Advertisement

CONFIGURING AND ADMINISTERING COLDFUSION 10
Using the ColdFusion Administrator
4
To save and apply the registration information, click Submit.
CFX Tags page
Before you can use a CFX tag in ColdFusion applications, register it. Use the CFX Tags page to register and manage
ColdFusion custom tags built with C++ and Java.
You can build CFX tags in the following two ways:
• Using C++ as a dynamic link library (DLL) on Windows or as shared objects (.so or .sl extension) on Solaris and Linux
• Using Java interfaces defined in the cfx.jar file
The page has the following areas:
Area
Description
Register Java CFX Click this button to register a CFX Java tag that you want to include in your ColdFusion applications.
Register C++ CFX Click this button to register a CFX C++ tag that you want to include in your ColdFusion applications.
Actions
Click the Edit icon to edit the registration fields of a CFX tag. Click the Delete icon to remove the
registration of a CFX tag.
Tag Name
Click the name of a CFX tag to view or edit the tag's registration fields.
Type
Identifies the type of language used to build the CFX tag (C++ or Java).
Description
Identifies the use of the CFX tag.
Add/Edit CFX Java Tag page
Option
Tag Name
Class Name
Description
Add/Edit CFX C++ Tag page
Option
Tag Name
Server Library (.dll)
Procedure
Keep Library Loaded
Description
Description
Enter the tag name (after the cfx_prefix). Provide a name for the CFX tag that you
are registering.
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
page" on page 26. You typically package the .class file in a .jar file and save it in the
cf_root/lib (server configuration) or cf_webapp_root/WEB-INF/cfusion/lib (J2EE
configuration) directory.
Provide a message that identifies the use of this CFX tag.
Description
Provide a name for the CFX tag that you are registering. Tag names must be
prefixed with cfx_.
Enter the path to the library, or click Browse Server to locate the library that you
want to use.
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. Notice that procedure names are case sensitive.
Select this option to retain the library in RAM.
In this text box, provide a message that identifies the use of this CFX tag.
Last updated 7/9/2012
"Java and JVM
43

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents