Fuse ESB kernel monitors JAR files in the
directory and hot
deploys everything in this directory. Each time a JAR file is copied to this
directory, it is installed in the runtime and also started. You can subsequently
update or delete the JARs, and the changes are handled automatically.InstallDir/deploy
For example, if you have just built the bundle,
ProjectDir/target/foo-1.0-SNAPSHOT.jar,
you can deploy this bundle by copying it to the
InstallDir/deploy directory as follows
(assuming you are working on a UNIX platform):
% cpProjectDir/target/foo-1.0-SNAPSHOT.jarInstallDir/deploy








