MitrahSoft is an Adobe offcial partner MitrahSoft is Lucee offcial partner & core contributing developer

Modify Lucee Administrator Settings Programmatically Using Cfadmin Tag

Most of them facing little bit difficulty while doing project setup. Because, We must to do DB connecting process, Datasource creation, schedule tasks creation process if we put setup for running project and so on. For this, we need to use project based application servers ( CF or Lucee ) user interface. But, Most of them don't like this. They are expecting above mentioned process via code. Ofcourse, CFML has cfschedule tag to create/update/run/delete schedule task files. But, we don't have an any other option to modify application server configurations via code.

Now, Lucee administrator API solved this problem. Lucee administrator API provides lot of opportunity to manipulate the Lucee administrator configurations without using lucee user interface, that can able to acheived by cfadmin tag. This tag is fully integrated with CFML and has lot of attributes to achieve our needs.

Here, We will explain, how to use cfadmin tag and will explain some of the attributes useages.

Required attributes for all operations
Name Description
action The administrative action to perform.
type The admin context: web or server
password The admin password.
Create/Update/Remove Datasource

Usaullay, for creating/updating datasource we need to login with Lucee admin and then go to datasource section. But, cfadmin tag has the facility to create/update/remove datasource without using lucee admin user interface. Using below mentioned attributes we can able to acheieve our process.

We need use same attributes for creating/updating datasources, but the small difference is, if the given datasource name is not available in lucee admin means, it will create new DSN.

create and update datasource in lucee
Needed Attributes & their descriptions
Name Description
dbdriver Need to mention MySQL or MSSQL database driver name. For example, MSSQL - MSSQL MySQL - MySQL
className Defines the name of the database driver class. For example,
dsn Defines the dsn for a data source
name Defines the name of a data source definition
host Contains the host of a database server in a data source definition
database Database name
port SQL server port number
dbusername SQL server username
dbpassword SQL server password
remoteClients Every tag can contain remote clients to synchronize its settings with. It is a list of labels of in the admin defined remote clients

Sample code for create/update Datasource

Using the above mentioned sample code, we can able to create/update datasource on lucee administrator. Here, I have mentioned DSN name dsn and new DSN name newdsn. So, the code first check dsn name is available or not. If it's available means, just do the update. If it's not available, just create a new datasource.

Sample code for remove datasource

Sample code for get Datasource info

The cfadmin tag has the facility to list out all mentioned datasource details. Using the below mentioned code we can able to list out all the datasource info.

Lucee server configuration

Not only create/update/remove datasource. Using cfadmin tag, we can able to manipulate Lucee server configurations also. Such as update lucee admin password, get version details, update versions, get Extension info and install new extension and so on.

Needed Attributes & their descriptions
Name Value
action value - restart
type Value - web or server
password Lucee admin password
provider url of the extension provider

Now, we don't need to restart the lucee server manually. Instead of this, using below code can able to restart the server

Sample code for restart the lucee server

Sample code for update the lucee version

Sample code for update the lucee admin password

Lucee server extension configuration

You are all know, The Lucee server don't have all extensions by default. Instead of, they are create new section to install the extension whatever we need for our applications. Actaully, this is good.

So, we can able to install/update the extension using cfadmin tag.

Needed Attributes & their values
Name Values
action getExtensions
type web or server
password Lucee admin password

Sample code for get Extensions information

Sample code for update the Extension


Debugging Information
Lucee (Gelert) Os 5.4.8.2-SNAPSHOT (CFML Version 2016,0,03,300357)
Template /index.cfm (/home/bangalor/public_html/index.cfm)
Time Stamp 07-Aug-2026 6:02 AM
Time Zone IST
Locale En_in
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote IP 216.73.216.102
Host Name www.css.mitrahsoft.com
Architecture 64bit


Execution Time

Total Time Avg Time Count Template
470 ms 470 ms 1 /home/bangalor/public_html/layouts/blog.cfm
240 ms 240 ms 1 /home/bangalor/public_html/layouts/inc/topNav.cfm
140 ms 140 ms 1 /home/bangalor/public_html/layouts/inc/footer.cfm
18.5 ms 18.5 ms 1 /home/bangalor/public_html/layouts/inc/htmlHead.cfm
16.5 ms 16.5 ms 1 /home/bangalor/public_html/Application.cfc$onRequestStart
13.2 ms 13.2 ms 1 /home/bangalor/public_html/Application.cfc$onSessionStart
0.885 ms 0.885 ms 1 /home/bangalor/public_html/layouts/default.cfm
0.54 ms 0.54 ms 1 /home/bangalor/public_html/layouts/inc/breadcrumb.cfm
0.302 ms 0.302 ms 1 /home/bangalor/public_html/layouts/inc/contactForm.cfm
0.267 ms 0.267 ms 1 /home/bangalor/public_html/framework/one.cfc
0.214 ms 0.214 ms 1 /home/bangalor/public_html/Application.cfc
0.214 ms 0.214 ms 1 /home/bangalor/public_html/views/blog/access-modify-lucee-administrator-settings-programmatically-using-cfadmin-tag.cfm
0.194 ms 0.194 ms 1 /home/bangalor/public_html/framework/ioc.cfc$containsBean
0.012 ms 0.012 ms 1 /home/bangalor/public_html/WEB-INF/lucee/context/Component.cfc
0.006 ms 0.006 ms 1 /home/bangalor/public_html/Application.cfc$onRequestEnd
0 ms 0 ms 1 /home/bangalor/public_html/Application.cfc$onRequest
5.91 ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
898 ms  APPLICATION EXECUTION TIME
4.12 ms  QUERY EXECUTION TIME
908 ms  TOTAL EXECUTION TIME
red = over 250 ms average execution time


Implicit variable Access

Scope Template Line Var Count
arguments /home/bangalor/public_html/framework/ioc.cfc 90 BEANNAME 1
arguments /home/bangalor/public_html/framework/one.cfc 59 ACTION 1119
arguments /home/bangalor/public_html/framework/one.cfc 108 ACTION 120
arguments /home/bangalor/public_html/framework/one.cfc 110 ACTION 120
arguments /home/bangalor/public_html/framework/one.cfc 113 ACTION 120
arguments /home/bangalor/public_html/framework/one.cfc 113 PATH 120
arguments /home/bangalor/public_html/framework/one.cfc 114 PATH 120
arguments /home/bangalor/public_html/framework/one.cfc 116 QUERYSTRING 240
arguments /home/bangalor/public_html/framework/one.cfc 119 QUERYSTRING 120
arguments /home/bangalor/public_html/framework/one.cfc 121 ACTION 120
arguments /home/bangalor/public_html/framework/one.cfc 122 ACTION 120
arguments /home/bangalor/public_html/framework/one.cfc 141 ACTION 120
arguments /home/bangalor/public_html/framework/one.cfc 153 PATH 120
arguments /home/bangalor/public_html/framework/one.cfc 175 QUERYSTRING 120
arguments /home/bangalor/public_html/framework/one.cfc 213 PATH 119
arguments /home/bangalor/public_html/framework/one.cfc 215 PATH 1
arguments /home/bangalor/public_html/framework/one.cfc 250 ACTION 2
arguments /home/bangalor/public_html/framework/one.cfc 251 ACTION 2
arguments /home/bangalor/public_html/framework/one.cfc 252 ACTION 2
arguments /home/bangalor/public_html/framework/one.cfc 286 FULLPATH 4
arguments /home/bangalor/public_html/framework/one.cfc 358 SUBSYSTEM 1
arguments /home/bangalor/public_html/framework/one.cfc 359 SUBSYSTEM 1
arguments /home/bangalor/public_html/framework/one.cfc 443 ACTION 2
arguments /home/bangalor/public_html/framework/one.cfc 460 ACTION 2
arguments /home/bangalor/public_html/framework/one.cfc 476 ACTION 129
arguments /home/bangalor/public_html/framework/one.cfc 520 ACTION 6
arguments /home/bangalor/public_html/framework/one.cfc 529 ACTION 501
arguments /home/bangalor/public_html/framework/one.cfc 530 ACTION 366
arguments /home/bangalor/public_html/framework/one.cfc 532 ACTION 135
arguments /home/bangalor/public_html/framework/one.cfc 559 ACTION 374
arguments /home/bangalor/public_html/framework/one.cfc 560 ACTION 249
arguments /home/bangalor/public_html/framework/one.cfc 602 ACTION 244
arguments /home/bangalor/public_html/framework/one.cfc 603 ACTION 248
arguments /home/bangalor/public_html/framework/one.cfc 609 ACTION 120
arguments /home/bangalor/public_html/framework/one.cfc 648 SUBSYSTEM 2
arguments /home/bangalor/public_html/framework/one.cfc 649 SUBSYSTEM 2
arguments /home/bangalor/public_html/framework/one.cfc 651 SUBSYSTEM 2
arguments /home/bangalor/public_html/framework/one.cfc 689 TARGETPATH 1
arguments /home/bangalor/public_html/framework/one.cfc 691 TARGETPATH 1
arguments /home/bangalor/public_html/framework/one.cfc 981 TARGETPATH 1
arguments /home/bangalor/public_html/framework/one.cfc 1070 ROUTES 1
arguments /home/bangalor/public_html/framework/one.cfc 1076 PATH 8
arguments /home/bangalor/public_html/framework/one.cfc 1076 HTTPMETHOD 8
arguments /home/bangalor/public_html/framework/one.cfc 1481 CFC 1
arguments /home/bangalor/public_html/framework/one.cfc 1594 FILEPATH 4
arguments /home/bangalor/public_html/framework/one.cfc 1625 TUPLE 6
arguments /home/bangalor/public_html/framework/one.cfc 1626 METHOD 6
arguments /home/bangalor/public_html/framework/one.cfc 1643 TUPLE 12
arguments /home/bangalor/public_html/framework/one.cfc 1643 LIFECYCLE 6
arguments /home/bangalor/public_html/framework/one.cfc 1643 METHOD 6
arguments /home/bangalor/public_html/framework/one.cfc 1687 CFC 1
arguments /home/bangalor/public_html/framework/one.cfc 1722 CFC 1
arguments /home/bangalor/public_html/framework/one.cfc 1817 SUBSYSTEM 2
arguments /home/bangalor/public_html/framework/one.cfc 1820 SUBSYSTEM 2
arguments /home/bangalor/public_html/framework/one.cfc 1823 SECTION 2
arguments /home/bangalor/public_html/framework/one.cfc 1824 SECTION 2
arguments /home/bangalor/public_html/framework/one.cfc 1828 SECTION 2
variables /home/bangalor/public_html/framework/one.cfc 1829 cflock 1
arguments /home/bangalor/public_html/framework/one.cfc 1830 SECTION 1
arguments /home/bangalor/public_html/framework/one.cfc 1831 SUBSYSTEM 1
arguments /home/bangalor/public_html/framework/one.cfc 1836 SECTION 1
arguments /home/bangalor/public_html/framework/one.cfc 1851 SUBSYSTEM 1
arguments /home/bangalor/public_html/framework/one.cfc 1869 SUBSYSTEM 2
arguments /home/bangalor/public_html/framework/one.cfc 1869 SECTION 2
arguments /home/bangalor/public_html/framework/one.cfc 1919 SUBSYSTEM 6
arguments /home/bangalor/public_html/framework/one.cfc 1925 SUBSYSTEM 2
arguments /home/bangalor/public_html/framework/one.cfc 1931 CFC 2
arguments /home/bangalor/public_html/framework/one.cfc 1961 BODY 2
arguments /home/bangalor/public_html/framework/one.cfc 1962 LAYOUTPATH 2
arguments /home/bangalor/public_html/framework/one.cfc 1966 LAYOUTPATH 2
arguments /home/bangalor/public_html/framework/one.cfc 1979 ARGS 1
arguments /home/bangalor/public_html/framework/one.cfc 1980 VIEWPATH 1
arguments /home/bangalor/public_html/framework/one.cfc 1984 VIEWPATH 1
arguments /home/bangalor/public_html/framework/one.cfc 2000 SUBSYSTEM 3
arguments /home/bangalor/public_html/framework/one.cfc 2006 DELIMITER 249
arguments /home/bangalor/public_html/framework/one.cfc 2006 SEGMENTS 249
arguments /home/bangalor/public_html/framework/one.cfc 2011 SEGMENTS 1
arguments /home/bangalor/public_html/framework/one.cfc 2019 QUERYSTRING 120
arguments /home/bangalor/public_html/framework/one.cfc 2028 QUERYSTRING 120
arguments /home/bangalor/public_html/framework/one.cfc 2031 QUERYSTRING 120
arguments /home/bangalor/public_html/framework/one.cfc 2035 SEGMENTS 370
arguments /home/bangalor/public_html/framework/one.cfc 2035 DELIMITER 370
arguments /home/bangalor/public_html/framework/one.cfc 2037 SEGMENTS 370
arguments /home/bangalor/public_html/framework/one.cfc 2040 SEGMENTS 740
arguments /home/bangalor/public_html/framework/one.cfc 2047 TYPE 4
arguments /home/bangalor/public_html/framework/one.cfc 2058 PATH 4
arguments /home/bangalor/public_html/framework/one.cfc 2061 PATH 4
arguments /home/bangalor/public_html/framework/one.cfc 2068 TYPE 4
arguments /home/bangalor/public_html/framework/one.cfc 2074 TARGET 8
arguments /home/bangalor/public_html/framework/one.cfc 2074 ROUTE 8
arguments /home/bangalor/public_html/framework/one.cfc 2143 PATH 16
arguments /home/bangalor/public_html/framework/one.cfc 2144 PATH 8
arguments /home/bangalor/public_html/framework/one.cfc 2169 PATH 8
arguments /home/bangalor/public_html/framework/one.cfc 2169 PATTERN 8
arguments /home/bangalor/public_html/framework/one.cfc 2336 PATH 240
arguments /home/bangalor/public_html/framework/one.cfc 2337 PATH 120
arguments /home/bangalor/public_html/framework/one.cfc 2347 PATH 120
arguments /home/bangalor/public_html/framework/one.cfc 2348 PATH 120
arguments /home/bangalor/public_html/framework/one.cfc 2356 PATH 240
arguments /home/bangalor/public_html/framework/one.cfc 2360 PATH 120
arguments /home/bangalor/public_html/framework/one.cfc 2959 RUNSETUP 1
arguments /home/bangalor/public_html/framework/one.cfc 2981 SUBSYSTEM 5
arguments /home/bangalor/public_html/framework/one.cfc 2982 SUBSYSTEM 3
variables /home/bangalor/public_html/framework/one.cfc 2982 cflock 3
arguments /home/bangalor/public_html/framework/one.cfc 2983 SUBSYSTEM 3
arguments /home/bangalor/public_html/framework/one.cfc 3033 ACTION 1
arguments /home/bangalor/public_html/framework/one.cfc 3037 ACTION 1
variables /home/bangalor/public_html/layouts/blog.cfm 19 ALLTAGLIST 1
variables /home/bangalor/public_html/layouts/blog.cfm 25 singleTag 39
variables /home/bangalor/public_html/layouts/blog.cfm 25 ALLTAGLIST 1
variables /home/bangalor/public_html/layouts/blog.cfm 26 SINGLETAG 78
query /home/bangalor/public_html/layouts/blog.cfm 37 ARCHIVESLINK 50
variables /home/bangalor/public_html/layouts/default.cfm 9 fullhtmlContent 1
variables /home/bangalor/public_html/layouts/default.cfm 10 FULLHTMLCONTENT 2
variables /home/bangalor/public_html/layouts/default.cfm 12 FULLHTMLCONTENT 1
variables /home/bangalor/public_html/layouts/inc/breadcrumb.cfm 9 GETCURRENTPAGE 2
variables /home/bangalor/public_html/layouts/inc/breadcrumb.cfm 9 PAGETITLE 1
variables /home/bangalor/public_html/layouts/inc/breadcrumb.cfm 11 PAGETITLE 1
variables /home/bangalor/public_html/layouts/inc/breadcrumb.cfm 17 ITEM 1
variables /home/bangalor/public_html/layouts/inc/breadcrumb.cfm 17 SECTION 1
variables /home/bangalor/public_html/layouts/inc/breadcrumb.cfm 22 PAGETITLE 1
variables /home/bangalor/public_html/layouts/inc/contactForm.cfm 71 FORMLOCATION 1
variables /home/bangalor/public_html/layouts/inc/contactForm.cfm 76 FORMLOCATION 1
variables /home/bangalor/public_html/layouts/inc/contactForm.cfm 121 FORMLOCATION 1
variables /home/bangalor/public_html/layouts/inc/footer.cfm 97 FORMLOCATION 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 3 ITEM 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 4 SECTION 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 9 SECTION 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 16 ITEM 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 21 ITEM 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 23 getCurrentPage 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 23 cfquery 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 25 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 25 STRBROWSERTITLE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 26 STRBROWSERTITLE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 28 SECTION 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 29 STRBROWSERTITLE 2
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 30 STRMETADESCRIPTION 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 30 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 31 STRMETADESCRIPTION 2
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 33 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 33 STRMETAKEYWORDS 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 34 STRMETAKEYWORDS 2
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 45 STRMETAKEYWORDS 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 46 STRMETADESCRIPTION 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 47 STRBROWSERTITLE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 62 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 63 IMGNAME 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 63 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 76 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 77 STRMETADESCRIPTION 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 78 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 79 IMGNAME 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 82 IMGNAME 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 84 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 85 STRMETADESCRIPTION 1
variables /home/bangalor/public_html/layouts/inc/htmlHead.cfm 87 GETCURRENTPAGE 1
variables /home/bangalor/public_html/layouts/inc/topNav.cfm 42 cfquery 6


SQL Queries

getCurrentPage (Datasource=, Time=0.514 ms, Records=1) in /home/bangalor/public_html/layouts/inc/htmlHead.cfm:7
the following colum(s) are never read within the request:archivesLink,publishedDate,isPublished,id
select * from
    
        Application.qBlogPosts
    

    where lower(urlText)
    
        = 'access-modify-lucee-administrator-settings-programmatically-using-cfadmin-tag'
qInnerPages (Datasource=, Time=0.574 ms, Records=4) in /home/bangalor/public_html/layouts/inc/topNav.cfm:39
the following colum(s) are never read within the request:iconClass,parentID,metaKeyWords,browserTitle,isExternalLink,orderBy,showinNav,metaDescription
select * from Application.qPages where parentID = 2 AND showinNav = 1
                    order by orderBy
qInnerPages (Datasource=, Time=0.536 ms, Records=8) in /home/bangalor/public_html/layouts/inc/topNav.cfm:39
the following colum(s) are never read within the request:iconClass,isMegaMenu,parentID,metaKeyWords,browserTitle,orderBy,id,showinNav,metaDescription
select * from Application.qPages where parentID = 21 AND showinNav = 1
                    order by orderBy
qInnerPages (Datasource=, Time=0.672 ms, Records=8) in /home/bangalor/public_html/layouts/inc/topNav.cfm:39
the following colum(s) are never read within the request:iconClass,isMegaMenu,parentID,metaKeyWords,browserTitle,orderBy,id,showinNav,metaDescription
select * from Application.qPages where parentID = 22 AND showinNav = 1
                    order by orderBy
qInnerPages (Datasource=, Time=0.65 ms, Records=7) in /home/bangalor/public_html/layouts/inc/topNav.cfm:39
the following colum(s) are never read within the request:iconClass,isMegaMenu,parentID,metaKeyWords,browserTitle,orderBy,id,showinNav,metaDescription
select * from Application.qPages where parentID = 23 AND showinNav = 1
                    order by orderBy
qInnerPages (Datasource=, Time=0.645 ms, Records=4) in /home/bangalor/public_html/layouts/inc/topNav.cfm:39
the following colum(s) are never read within the request:iconClass,isMegaMenu,parentID,metaKeyWords,browserTitle,orderBy,id,showinNav,metaDescription
select * from Application.qPages where parentID = 25 AND showinNav = 1
                    order by orderBy
qInnerPages (Datasource=, Time=0.528 ms, Records=5) in /home/bangalor/public_html/layouts/inc/topNav.cfm:39
the following colum(s) are never read within the request:iconClass,isMegaMenu,parentID,metaKeyWords,browserTitle,orderBy,id,showinNav,metaDescription
select * from Application.qPages where parentID = 4 AND showinNav = 1
                    order by orderBy


Scope Variables

Application Variables:
applicationname=MitrahSoft_2.0
BSCDN=//cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/
CSSDOMAIN=/
EXAMPLESURL=http://examples.mitrahsoft.com
framework.one=Struct (4)
IMAGESDOMAIN=/
INDIA_NUMBER=9092480924
JSDOMAIN=/
MDICDN=//cdn.jsdelivr.net/npm/@mdi/font@5.9.55/
qBlogMonths=Query (48)
QBLOGPOSTS=Query (48)
QMITRAHPAGES=Query (59)
qPages=Query (59)
qRootPages=Query (4)
ROOT=/
SYSTEMPATH=/home/bangalor/public_html/
US_NUMBER=8176068684
US_NUMBER_FORMATTED=(817) 606-8684
CGI Variables:
auth_password=
auth_type=
auth_user=
cert_cookie=
cert_flags=
cert_issuer=
cert_keysize=
cert_secretkeysize=
cert_serialnumber=
cert_server_issuer=
cert_server_subject=
cert_subject=
cf_template_path=/home/bangalor/public_html/index.cfm
content_length=
content_type=
context_path=
gateway_interface=
http_accept=*/*
http_accept_encoding=gzip, br, zstd, deflate
http_accept_language=
http_connection=close
http_cookie=
http_host=www.css.mitrahsoft.com
http_referer=
http_user_agent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
https=on
https_keysize=
https_secretkeysize=
https_server_issuer=
https_server_subject=
local_addr=178.159.5.243
local_host=greyhound.dnshostnetwork.com
path_info=/blog/access-modify-lucee-administrator-settings-programmatically-using-cfadmin-tag
path_translated=/home/bangalor/public_html/index.cfm
query_string=
remote_addr=216.73.216.102
remote_host=216.73.216.102
remote_user=
request_method=GET
request_url=https://www.css.mitrahsoft.com/index.cfm/blog/access-modify-lucee-administrator-settings-programmatically-using-cfadmin-tag
script_name=/index.cfm
server_name=www.css.mitrahsoft.com
server_port=443
server_port_secure=1
server_protocol=HTTP/1.1
server_software=
web_server_api=
Cookie Variables:
cfid=530ee563-d505-4640-8312-48cc7fb7da56
cftoken=0
Request Variables:
_fw1=Struct (16)
action=blog.access-modify-lucee-administrator-settings-programmatically-using-cfadmin-tag
base=/
cfcbase=
context=Struct (1)
item=access-modify-lucee-administrator-settings-programmatically-using-cfadmin-tag
layout=false
org.apache.catalina.AccessLog.Protocol=HTTP/1.1
org.apache.catalina.AccessLog.RemoteAddr=216.73.216.102
org.apache.catalina.AccessLog.RemoteHost=216.73.216.102
org.apache.catalina.AccessLog.ServerName=www.css.mitrahsoft.com
org.apache.catalina.AccessLog.ServerPort=443
org.apache.tomcat.remoteAddr=216.73.216.102
org.apache.tomcat.request.forwarded=true
section=blog
subsystem=
subsystembase=/
version=204
Server Variables:
A0608BEC-0AEB-B46A-0E1E1EC5F3CE7C9C.0.6=Complex type
A0608BEC-0AEB-B46A-0E1E1EC5F3CE7C9C.1.1=Complex type
A0608BEC-0AEB-B46A-0E1E1EC5F3CE7C9C.1.2=Complex type
CACHE=Struct (174)
CACHE_TIMESTAMPS=Struct (174)
cbox-javaloader-1B50254DE719A76B2ADC708B9F6D56EE=Component (modules.str.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-52B877CA0494DF462AFAE4B19932AA27=Component (modules.contentbox.modules.contentbox-deps.modules.cbmarkdown.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-554E0B2DF76810BDA83FB33DA8A8ABE9=Component (modules.contentbox.modules.contentbox-deps.modules.cbmarkdown.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-757114FCCFB5C490D952526BFDF3987E=Component (modules.str.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-7C624209BA64FDFA88C5C8208DA20E5C=Component (modules.quick.modules.str.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-8E03551109DB0559698D811C86B103EB=Component (modules.contentbox.modules.contentbox-deps.modules.cbmarkdown.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-AEAAE1EF90B4BB57161501BD525097AE=Component (modules.BCrypt.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-D3D5EEDE3F35A4658B10897E5F82E29A=Component (modules.relax.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-D98F90619134ECE764EC062DCA91FCE0=Component (modules.quick.modules.str.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-DDCEE58D59F22F146C90D6E97C07CA45=Component (modules.relax.modules.cbjavaloader.models.javaloader.JavaLoader)
cbox-javaloader-F4E336252BF14F02E265FDC3C6BA95E1=Component (modules.quick.modules.str.modules.cbjavaloader.models.javaloader.JavaLoader)
coldfusion=Struct (9)
java=Struct (8)
LOGIN_BRIDGE=Struct (0)
lucee=Struct (8)
os=Struct (8)
PRODSTRUCT=Struct (1)
RECENT_ORDERS=Array (16)
separator=Struct (3)
servlet=Struct (1)
system=Struct (2)
ZONESTR=Struct (0)
Session Variables:
cfid=530ee563-d505-4640-8312-48cc7fb7da56
cftoken=0
chk_rand_footer=2560
lastvisit={ts '2026-08-07 06:02:10'}
PAGEHISTORY=Array (1)
REF=
sessionid=MitrahSoft_2.0_530ee563-d505-4640-8312-48cc7fb7da56_0
timecreated={ts '2026-08-07 06:02:10'}
urltoken=CFID=530ee563-d505-4640-8312-48cc7fb7da56&CFTOKEN=0
Debug Rendering Time: 0 ms