Distribution - MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual

Developing web applications with coldfusion
Table of Contents

Advertisement

Chapter 18: Building Custom CFAPI Tags

Distribution

If you are distributing a custom tag, you may want to automatically register the custom
tag during the setup process by writing the registration entries directly into the
Registry. The location, key, and value names to write are as follows:
Registration Entries for C++ CFXs
Entry
Hive
Key
LibraryPath
ProcedureName
Description
CacheLibrary
Registration Entries for Java CFXs
Entry
Hive
Key
ClassName
Description
You can create a file containing this information by using the 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. The ColdFusion
regedit utility (in the bin) performs the same function on UNIX.
Value
HKEY_LOCAL_MACHINE
SOFTWARE\Allaire\ColdFusion\CurrentVersion\Cust
omTags\ TagName
The full path to the DLL (Windows NT) or shared object
(Solaris) 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).
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.
291

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 4.5

Table of Contents