ColdFusion Service on Plesk Server: cfsetting Utility

The cfsetting utility is used to manage the ColdFusion Service. By using this utility, you can install and configure the ColdFusion service on the Plesk server.

Syntax

cfsetting <command> [<path>]

Example

The following command line 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

--server or -s

<path>

Enables the ColdFusion application to work in the server mode.

<path> is the ColdFusion installation path parameter.

To enable 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

or

# ./cfsetting -s /usr/local/software/coldfusion

--j2ee or -j

<path>

Enables the ColdFusion application to work in the J2EE mode.

To enable the ColdFusion software installed in the /usr/local/software/coldfusion directory on the Plesk server to work in the server mode:

# ./cfsetting --j2ee /usr/local/software/coldfusion

or

# ./cfsetting -j /usr/local/software/coldfusion

--help or -h

 

Displays help on the use of the utility.

To view help on the use of the utility:

# ./cfsetting --help

or

# ./cfsetting -h