Search code examples
ubuntujbossjbossfuse

How to start Jboss Fuse as server


I usally start Jboss fuse this way:

cd /opt/jboss-fuse/jboss-fuse-6.2.1.redhat-159/
bin/fuse

But when I close the terminal window then Fuse shuts down. So I need it to start like a server, preventing it from shutting down.

Its running on Ubuntu.


Solution

  • You can just use bin/start to launch FUSE in server mode.

    You may wanna check the doc here[1] to get more details

    [1]https://access.redhat.com/documentation/en-us/red_hat_jboss_fuse/6.3/html/configuring_and_running_jboss_fuse/esbruntimestartstop

    Freeman