This feature is only available to FuseSource subscribers.
Fuse IDE assists you in deploying your applications to external containers that support
hot deployment, including:
Apache ServiceMix
Fuse ESB
Apache Karaf
Apache Tomcat
Fuse IDE's Deploy To.. tool() builds your project and copies the resulting package to a container's
hot deploy folder.
Important
The tool does not verify that the project builds a package that is compatible
with the target container to which it is deployed. You must ensure that your project's
POM is configured to package the route in a form that the target container can
load.
There is no feedback from Fuse IDE if the deployment succeeds or fails. You need to
check the target container' logs to confirm if the application is successfully
deployed.