Configuring a container's hot deployment folder

Revision History

Overview

Before you can deploy applications into a container, you must provide Fuse IDE with information about the containers in your environment. The Deploy Folders Preference panel enables you to configure one or more containers into which Fuse IDE can deploy applications. You provide a name for the container and the full path to the container's deployment folder.

Accessing the deployment preferences

You can access the deployment folders preference panel two ways:

  • Fuse IDE > Preferences on the menu bar

  • Package Explorer's context menus

To open the deployment folder's preference panel using the Package Explorer's context menu:

  1. Select the root of a Fuse IDE project.

  2. Right-click it to open the context menu.

  3. Select Deploy to... > Deploy Folder Configurations... to open the Preferences panel (Figure 12, “Deploy folder configuration preferences”).

    Figure 12. Deploy folder configuration preferences

    Deploy To Folders Configurations

  4. In the side list of applications, select Fuse IDE > Deploy Folders, if it's not already selected.

Add a container's deployment folder

To add a deployment folder:

  1. In the Name field, enter a name for the target container.

    The container must be one of the supported types. The name can be any unique string.

  2. In the Deploy Folder field, enter the full path to the container's deployment folder.

    [Important]Important
    • Fuse IDE does not validate whether a valid container is installed or configured properly.

    • Fuse IDE does not validate whether the selected folder is a valid deployment folder for the container.

    • The deployment folder must be accessible through the local file system. Fuse IDE does not support deployment to a remote container.

    [Tip]Tip

    The button opens a file explorer to facilitate selecting the deployment path.

  3. In the Description field, enter a brief description for the container.

  4. Click Add to add the new container to the table of configured containers.

  5. Click OK.

    When you've successfully add a container to the list, it appears in the context menus' Deploy to... submenu.

Edit a container's deployment folder

To edit a container's deployment folder:

  1. In the table, select the container whose configuration you want to edit.

    The fields in the Deploy Folders Preference panel are populated with the container's configuration details.

  2. Edit the information that needs updating.

    [Important]Important

    Changing the value of the Name field creates a new container configuration.

  3. Click .

The selected container's deployment folder is updated.

Delete a container's deployment folder

To delete a container's deployment folder:

  1. In the table, select the target container from the list of container configurations.

  2. Click .

The container's deployment folder disappears from the list.

Related topics

Deploying projects to an external container
Deploy Folders