Before you can deploy applications into a container, you need to provide Fuse IDE with information about the containers in your environment. The Deploy Folders preference panel allows you to configure one or more containers into which Fuse IDE can deploy applications. You simply provide a name for the container and the full path to the container's deployment folder.
There are two ways to access the deployment folders preference panel:
|
the Project Explorer's context menu
To open the deployment folder's preference panel using the Project Explorer's context menu:
Select the root of a Fuse IDE project.
Open the context menu.
Select
| .
To add a deployment folder:
In the Name field, enter a name for the container using the deployment folder.
The name can be any unique string.
In the Deploy Folder field, enter the full path to the container's deployment folder.
Important Fuse IDE does not validate that a valid container is installed or configured.
Fuse IDE does not validate that the selected folder is a valid deployment folder for a container.
The deployment folder must be accessible through the local file system. Fuse IDE does not support deployment to a remote container.
Tip The
button opens a file explorer to help select the deployment path.In the Description field, enter a brief description for the container.
Click
.
The new container will appear in the table of configured containers.
To edit a container's deployment folder:
Select the container configuration to be edited from the table.
The field on the preference panel will be populated with the container's configuration.
Edit the information that needs updating.
Important Changing the value of the Name field will create a new container configuration.
Click
.
The selected container's deployment folder is updated in the table.
The default container is used when you deploy using the
button.To make a container the default container:
Select the desired container from the list of container configurations.
Click
.
The value of the configuration's Default column will change to
true
.
To delete a container's deployment folder:
Select the desired container from the list of container configurations.
Click
.
The container's deployment folder is removed from the list.