Distributing Cfx Tags - MACROMEDIA COLDFUSION 5-DEVELOPING Develop Manual

Table of Contents

Advertisement

Distributing CFX Tags

To delete a CFX tag:
On Windows NT only, the Visual C++ Custom Tag Wizard automatically registers
custom tags so that they can be tested and debugged.

Distributing CFX Tags

If you are distributing a custom tag, you can automatically register it during the
setup process by writing the registration entries directly into the registry. The
following table lists the registry entries.
The following table lists the registry entries for Java:
Entry
Hive
Key
ClassName
Description
The following table lists the registry entries for C++:
Entry
Hive
Key
LibraryPath
ProcedureName
Description
CacheLibrary
You can create a file containing this information by using the Windows Regedit
utility to export the registry entry from a machine on which the custom tag is already
installed.
On Windows NT, use Regedit to import custom tags to the registry. On UNIX you
must edit the registry data file, located in /opt/coldfusion/registry/cf.registry.
Click the Delete Applet (right-most) icon in the Controls column of the
Registered CFX Tags list for the tag you want to delete.
Value
HKEY_LOCAL_MACHINE
SOFTWARE\Allaire\ColdFusion\CurrentVersion\CustomTags\
TagName
The name of the class to call.
A description of the tag's functionality for browsing by end users.
Value
HKEY_LOCAL_MACHINE
SOFTWARE\Allaire\ColdFusion\CurrentVersion\CustomTags\
TagName
The full path to the DLL (Windows NT) or shared object (UNIX)
that implements the custom tag.
The name of the procedure to call for processing tag requests.
A description of the tag's functionality for browsing by end users.
Indicates whether to keep the DLL or shared object loaded in
RAM (1 or 0).
405

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5-DEVELOPING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 5

Table of Contents