Deploying a Project to a Container's Deploy Folder

Revision History

Overview

When the developer tools deploy a project to a container's deploy folder it builds the project and copies the results to the deploy folder configured for the container.

Procedure

To deploy a project to a container's deploy folder:

  1. Select the routing context file that you want to deploy.

    [Important]Important

    The project must be configured to package the results in a format that the target container can deploy.

  2. Select Deploy to... > containerName from the project's context menu.

    Red Hat Fuse IDE builds the project and copies the results to the selected container's deploy folder.

    [Note]Note

    If you have not already configured a container, you can do so by selecting Deploy to... > Deploy Folder Configurations... from the context menu.

    See Configuring a Container's Deploy Folder.

  3. Check the Console view to see if your project was successfully built and copied to the target container.

  4. Check the container's log files to see if the project was successfully deployed.

Related topics

Configuring a Container's Deploy Folder