The cfsetting utility is used to manage the ColdFusion service. By using this utility, you can configure the ColdFusion service on the Parallels Plesk Panel server.
Location
%plesk_cli%
Usage
cfsetting.exe <command> [<path>]
Example
The following command enables the ColdFusion software installed in the c:/Plesk/Additional/coldfusion directory on the Parallels Plesk Panel server to work in the server mode:
>cfsetting.exe --server c:/Plesk/Additional/coldfusion
Commands
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Enables the ColdFusion application to work in the server mode. |
To enable the ColdFusion software installed in the >cfsetting.exe --server c:/Plesk/Additional/coldfusion or >cfsetting.exe -s c:/Plesk/Additional/coldfusion |
|
|
Enables the ColdFusion application to work in the J2EE mode. |
To enable the ColdFusion software installed in the >cfsetting.exe --j2ee c:/Plesk/Additional/coldfusion or >cfsetting.exe -j c:/Plesk/Additional/coldfusion |
|
|
Displays help on the use of the utility. |
To view help on the use of the utility: >cfsetting.exe --help or >cfsetting.exe -h |