LibraryToggle FramesPrintFeedback

Stopping Fuse ESB Enterprise

You can stop an instance of Fuse ESB Enterprise either from within a console, or using a stop script.

Stopping an instance from a local console

If you launched Fuse ESB Enterprise by running fuseesb or fuseesb client, you can stop it by doing one of the following at the karaf> prompt:

  • Type simply shutdown -f

  • Press Ctrl+D

Stopping an instance running in server mode

If you launched Fuse ESB Enterprise by running fuseesb server or by running the start script, you can stop it remotely, as described in Stopping a Remote Container.

Alternatively, you can log on to the host where the instance is running and run one of the following from the InstallDir/bin directory:

  • ./admin stop instanceName

  • ./stop

[Note]Note

If the sshHost property in etc/org.apache.karaf.shell.cfg is set to the default value of 0.0.0.0, you can run the stop script without any arguments. However, if you have configured a different hostname, you must run stop -h hostname.

Comments powered by Disqus