Whatever message this page gives is out now! Go check it out!
Term | Description |
Alias | An alias is shortcut or a substitute for the path of a ColdFusion instance. For example, instanceOne for C:\ColdFusion2021\cfusion is the alias for the instance C:\ColdFusion2021\cfusion. |
Setting key | In CFSetup, all settings are assigned a unique key, which is called a setting key. Every setting belongs to a particular category. |
Setting value | Denotes the value of the setting key. |
Service | There are categories where every setting key-setting value pair belongs to a specific service. For example, in the category datasource, the service name id datasource name. There could be multiple datasource names in the category with each datasource name having its own host, port, etc. |
Action | Command |
See usage of any command | help <command> |
Get information about setting key of any category | help <category> |
Get information of any setting key of a category | help <category> <keyName> |
Get help on adding an instance of any category | help add <category> |
List attributes of a category | help <category> |
Command type | Command |
Register an alias | cfsetup>alias <alias_name> <ColdFusion_Home> |
Delete an alias | cfsetup>alias <alias_name> -d |
Select an alias | cfsetup>select <alias_name> |
Deselect an alias | cfsetup>deselect <alias_name> If you are already using an alias, then use the command: cfsetup:alias_name>deselect |
Show all aliases | cfsetup>show alias |
Old attribute name | New attribute name |
admin | adminPassword |
jetty | adminComponentPassword |
rds | rdsPassword |
./cfsetup.sh show chart cfusion
echo $?
./cfsetup.sh set chart maximumCachedImages=60 cfusion
echo $?./cfsetup.sh show chart cfusion
echo $?
./cfsetup.sh show abc
echo $?
./cfsetup.sh set maximumCachedImages=abc
echo $?@echo off
call cfsetup.bat show chart cfusion
echo %ERRORLEVEL%
call cfsetup.bat set chart maximumCachedImages=60 cfusion
echo %ERRORLEVEL%@echo off
call cfsetup.bat show chart cfusion
echo %ERRORLEVEL%
call cfsetup.bat show abc
echo %ERRORLEVEL%
call cfsetup.bat set maximumCachedImages=abc
echo %ERRORLEVEL%Registry |
|
JDBC |
|
Cookie |
|
| Category | Command |
| Webservice | add webservice name=ws authtype=<authtype> url=<url_wsdl> |
| EventGatewayType | add eventgatewaytype type=<type> class=<class> description=<description> startTimeout=<timeOut> killOnTimeout=<true|false> |
| EventGatewayInstance | add eventgatewayinstance configurationpath=<path> cfcpath=<cfc_path> type=<type> gatewayid=<id> mode=<mode> |
| Solr | add solr language name=<name> suffix=<suffix> |
| REST | add rest mapping=<mapping> isdefault=<false|true> host=<host> rootpath=<rootpath> |
| PDFService | add pdfservice hostname=<host> isenabled=<true|false> ishttps= <true|false> islocal= <true|false> name=<host> port=<port> weight=<weight> |
| JVM | add jvm jvmargs="--add-opens=java.base/java.nio=ALL-UNNAMED" |
| Clientvariable | add clientvariable name=cfartgallery description="JDBC-based client store" purgeDataUnvisitedForDays=91 disableGlobalClientVariableUpdates=false |
| Cloud credentials | add cloudcredential vendorName=AWS|AZURE accessKeyId=SomeAccessKeyId secretAccessKey=SomeSecretKey region=SomeRegion alias=myAliasForCloudCredential |
| Cloud configuration |
|
| SAML SP |
|
| SAML IDP |
|
NoSQL datasource SQL datasource |
|
| Probe | add probe url="http://localhost/hellocf.cfm" start_time="08:00:00 AM" interval=3000 name="probe1" |
| Category | Command |
| Webservice | set webservice ws ntlmdomain=<ntlmdomain> password=<password> proxyport=80 proxyusername=<proxyusername> workstation=<workstationname> url=http://host:port/basic.cfc?wsdl proxyserver=<proxyserver> proxypassword=<proxypassword> timeout=0.0 username=<username> authtype=ntlm |
| EventGatewayType | set eventgatewaytype CFML type=<type> class= <description> description=<description> startTimeout=<timeOut> killOnTimeout= <true|false> |
| EventGatewaySetting | set eventgatewaysetting jigid=<jigid> maxqueuesize=<queue_size> threadPoolsize=1.0 enableeventgatewayservice=false |
| EventGatewayInstance |
|
| Solr | set solr solrwebapp=<app> port=<port> host=<localhost> solrbuffersize=<buffer_size> solrhome=<SOLR_home> multicore httpsenabled=<true|false> username=<admin> password=<admin> |
| Server | set server http redirectport=8588 |
| REST | set rest <app_path> isdefault=<false|true> host=<localhost> rootpath= <rootpath> |
| Document |
|
| PDFService | set pdfservice hostname= <host> isenabled=<true|false> ishttps= <true|false> islocal= <true|false> name=<host> port=<port> weight=<weight> |
| Websocket |
|
| JVM | set jvm maxheapsize=1024m minheapsize=512m |
| Clientvariable |
|
| Caching | Redis
Memcached
JCS
Other settings
|
| Runtime |
|
| Cloud credentials |
|
| Cloud configuration |
|
| SAML SP |
|
| SAML IDP | set idpconfiguration idpName metadataurl="https://metadata-url/sso/saml" |
| NoSQL Datasource | set nosql testcfsetup mongoPort=27001 |
| Probe | set probe <probename> enabled=0 file="checkbak.log" overwrite=false |
| Category | Command |
| Webservice |
|
| EventGatewayType |
|
| EventGatewayInstance |
|
Solr |
|
| REST |
|
| Document |
|
| PDFService |
|
| Websocket | get websocket websocket_clustered |
| Runtime |
|
| Clientvariable |
|
| Cloud credentials |
|
| Cloud configuration |
Note: You must specify the timeout values suffixed with the appropriate unit when configuring a cloud configuration. |
| SAML SP |
|
SAML IDP |
|
| NoSQL Datasource |
|
| Category | Command |
| Webservice | delete webservice test |
| EventGatewayType | delete eventgatewaytype CFML |
| EventGatewayInstance | delete eventgatewayinstance test |
| Solr | delete solr language <instance> For example, cfsetup>delete solr language name=Italian,Russian cfusion |
| REST | delete rest <app_path> |
| JVM | delete jvm "--add-opens=java.base/java.nio=ALL-UNNAMED" |
| Clientvariable | delete clientvariable cfartgallery |
| Cloud credentials | delete cloudcredential myAliasForCloudCredential |
| Cloud configuration | delete cloudconfiguration configAlias |
| SAML SP | delete spconfiguration spName |
| SAML IDP | delete idpconfiguration idpName |
| NoSQL Datasource | delete nosql mongo2 |
| Category | Command |
| Webservice |
|
| EventGatewayType |
|
| EventGatewayInstance |
|
| EventGatewaySetting | show eventgatewaysetting |
| Solr | show solr |
| REST |
|
| PDFService |
|
| Document | show document |
| Websocket | show websocket |
| Clientvariable |
|
| Caching | show caching |
| Cloud credentials |
|
| Cloud configuration |
|
| SAML SP |
|
| SAML IDP |
|
| Server | show server |
| NoSQL datasource |
|
| Probe |
|