ColdFusion Service on Parallels Plesk Panel Server: cfsetting.exe

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

--server or -s

<path>

Enables the ColdFusion application to work in the server mode.

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

or

>cfsetting.exe -s c:/Plesk/Additional/coldfusion

--j2ee or -j

<path>

Enables the ColdFusion application to work in the J2EE mode.

To enable the ColdFusion software installed in the c:/Plesk/Additional/coldfusion directory on the Parallels Plesk Panel server to work in the J2EE mode:

>cfsetting.exe --j2ee c:/Plesk/Additional/coldfusion

or

>cfsetting.exe -j c:/Plesk/Additional/coldfusion

--help or -h

 

Displays help on the use of the utility.

To view help on the use of the utility:

>cfsetting.exe --help

or

>cfsetting.exe -h