Cfx Tags - MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Manual

Table of Contents

Advertisement

Extensions
The Java applet displays in the Registered Java Applets table on the Java Applets
page.
To modify a Java applet registration:
1
2
3
The modified applet displays in the Registered Java Applets table on the Java Applets
page.
To delete a Java applet registration:
In the Registered Java Applets table, click the Delete Applet icon in the Controls
column in the row of the applet you want to delete. The applet disappears.

CFX Tags

Before you can use a CFX tag in ColdFusion applications, you must register it. You
use the CFX Tags page to register and manage ColdFusion custom tags built with
C++ and Java.
You build CFX tags:
To register a C++ CFX tag:
1
2
3
The CFX tag displays in the Registered CFX Tags table on the CFX Tags page.
In the Registered Java Applet page, click a Java applet name.
In the Add/Registered Java Applet page, change any setting.
Click Submit Changes.
Using C++ as a dynamic link library (DLL) in Windows; as shared objects (so/sl)
on Solaris, Linux, and HP-UX
Using Java interfaces defined within cfx.jar
On the CFX Tags page, click Register C++ CFX. The Add/Edit C++ CFX Tag page
displays.
Enter options for the following settings:
Setting
Description
Tag Name
Tag name, which must be prefixed with CFX_
Server Library
File path for the library or shared object
(.DLL/.SO/.SL)
Procedure
Procedure name that implements the tag, which must correspond
with the procedure name in the library or shared library
Keep Library
Prevents ColdFusion Server from reloading the library into
Loaded
memory each time it is accessed
Description
Description for the CFX tag
Click Submit Changes.
95

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5 - INSTALING AND CONFIGURING SERVER and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion server 5

Table of Contents