The cfsetting utility is used to manage the ColdFusion Service. By using this utility, you can configure the ColdFusion service on the Plesk server.
Syntax
cfsetting <command> [<path>]
Example
The following command enables the ColdFusion software installed in the /usr/local/software/coldfusion directory on the Plesk server to work in the server mode:
# ./cfsetting --server /usr/local/software/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 --server /usr/local/software/coldfusion or # ./cfsetting -s /usr/local/software/coldfusion |
|
|
Enables the ColdFusion application to work in the J2EE mode. |
To enable the ColdFusion software installed in the # ./cfsetting --j2ee /usr/local/software/coldfusion or # ./cfsetting -j /usr/local/software/coldfusion |
|
|
Displays help on the use of the utility. |
To view help on the use of the utility: # ./cfsetting --help or # ./cfsetting -h |