How to access ColdFusion administrator properties

Different ways to access and work on CF administrator properties.

This is obvious that there several ways to access CF administrator properties, but How !! Find these below.

The simple one ….

Just can go and open administrator from adobe in installed programs (start menu – adobe).

Else can open it on browser.. http:// : /CFIDE/administrator/index.cfm

There we can modify the properties.

ColdFusion API :

Most of the ColdFusion administrator work can be done by programatically using CF API.

The Administrator API consists of a set of ColdFusion components (CFCs) that contain methods you call to perform Administrator tasks.

Like any other CFCs, first needs to create the object of the respective CFC either by using “CreateObject()” or “”. Then we can call the methods using the “object.method” or also can use “

150 150 Burnignorance | Where Minds Meet And Sparks Fly!