IntelliJ IDEA 2017.3 Help

ColdFusion

File | Settings | Languages and Frameworks | ColdFusion for Windows and Linux
IntelliJ IDEA | Preferences | Languages and Frameworks | ColdFusion for macOS
Ctrl+Alt+S

settings

Use this page to select the ColdFusion language version and to specify mappings for deploying your application to the ColdFusion server.

ItemDescription
Language VersionSelect the ColdFusion language version.
Info Use this area to specify a ColdFusion debugger server information.

Before you specify ColdFusion debugger server port in IntelliJ IDEA, you need to manually set a debugger server port and manually start a debugger server in ColdFusion Administrator.

  • User Name - specify a user name that you use to access ColdFusion Administrator.
  • Debugger Server Port - specify a debugger server port that you have set with JVM argument -DDEBUGGER_SERVER_PORT=port on the Java and JVM page of the ColdFusion Administrator.
Server Mappings In this area, set the correspondence between local folders and logical paths on the server.
  • Directory Path - specify the folder on your local computer, where the source code and resources to be deployed are stored. Type the path manually or click browseButton and choose the folder in the dialog box, that opens.
  • Logical Path - specify the target folder to deploy the application to. The path should be specified relative to the server root URL defined in the corresponding run configuration.
  • new (Alt+Insert) - use this icon or shortcut to create a new mapping.
  • delete (Alt+Delete) - use this icon or shortcut to remove the selected item from the list.
Last modified: 6 March 2018

See Also