Whatever message this page gives is out now! Go check it out!
| Name | Description |
| Server Name (mandatory) | ColdFusion server name. |
| Host Name (mandatory) | Name of the ColdFusion server host. For example, localhost or 127.0.0.1. |
| Description | Description of the server. |
| Webserver Port (mandatory) | Specify the port number of the ColdFusion server instance you are configuring. The default port number of the ColdFusion server is 8500. |
| Application Server (mandatory) | Select the server on which ColdFusion is deployed. |
| RDS User Name | If you are using RDS, specify the RDS username. |
| RDS Password | Enter the RDS password. Click Test Connection. If you’d configured RDS as expected, you will see RDS Fileview and Dataview pods with the file paths and the built-in databases respectively. |
| Type | Select the appropriate option if the ColdFusion server is hosted on your local machine or on a remote machine. |
| Enable SSL | Select this option to enable SSL support in the extension. Servers registered in the Server Manager can communicate using SSL. |
| Context Root | Enter the context root. The JEE environment supports multiple, isolated web applications running in a server instance. Hence, JEE web applications running in a server are each rooted at a unique base URL, called a context root (or context path). |
| Application Server Name | Name of the JEE Server on which ColdFusion is deployed. |
| Name | Description |
| Server Home (mandatory) | Browse and select the ColdFusion Server home directory. For example, <ColdFusion Home>/cfusion. |
| Document Root (mandatory) | Browse and select the web root location. If ColdFusion is configured with a web server, say IIS, then select the document root of the web server; for example, ColdFusion webroot. |
| Version | Select the ColdFusion server version from the Version drop-down list. |
| Windows Service | Applicable to Server configuration deployments running on Windows. The Windows Service option is available only for Server configuration deployments, and not JEE configuration deployments of ColdFusion. If you want to start and stop the ColdFusion server using the Windows Service, select Use Windows Service to Start/Stop Server. |
| Local path (mandatory) | Browse to or enter the path to the local file system resource. |
| URL prefix (mandatory) | Enter the URL prefix. |
| Name (mandatory) | Specify a name for the virtual host. |
| Host Name (mandatory) | The virtual host name that is mentioned in your IIS or Apache web server settings. For example, www.example1.com. When you create a virtual host in ColdFusion Builder extension, the virtual host uses a naming convention server name-virtual host name. For example, if you created a virtual host named "vh1" in your ColdFusion server (localhost), the naming convention that ColdFusion Builder extension uses to identify the virtual host is "localhost-vh1". |
| Port (mandatory) | The port assigned to the virtual host in the web server. |
| Type (mandatory) | Select HTTP or HTTPS from the drop-down list. |
| Document Root (mandatory) | Browse to or enter the home directory of the virtual host. For example, if your website www.example.com is mapped to the directory C:\abc on the Apache web server, enter C:\abc as the home directory. |
Virtual Directory settings | |
Alias | Specify an alias for the folder path. |
Location | Browse to or enter the folder path to which you want to specify an alias. For example, if the document root of your website (www.example.com) is c:\abc, and you want to include images from a folder available on d:\xyz\images. Then, you can define an alias called "images" for the folder path "d:\xyz\images". |