Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.6.3. Hot Deployment
Hot deploy directory Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
If you save a FAB as a file ending in
.fab
, you can deploy it simply by copying it into the InstallDir/deploy
directory.
Red Hat JBoss Fuse monitors files in the
InstallDir/deploy
directory and hot deploys any files that have a recognized suffix. Each time a FAB file is copied to this directory, it is installed in the runtime and also started. You can subsequently update or delete the FABs, and the changes are handled automatically.
For example, if you have just built the FAB, ProjectDir
/target/fabulous-1.0.fab
, you can deploy this FAB by copying it to the InstallDir/deploy
directory as follows (assuming you are working on a UNIX platform):
% cp ProjectDir/target/fabulous-1.0.fab InstallDir/deploy
% cp ProjectDir/target/fabulous-1.0.fab InstallDir/deploy