Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Chapter 4. Disabling the Fuse Console

How you disable the Fuse Console depends on your Fuse distribution.

4.1. OpenShift

For OpenShift, the Fuse Console is not enabled by default.

4.2. Spring Boot standalone

For Spring Boot, the Fuse Console is not enabled by default.

4.3. JBoss EAP standalone

To disable the Fuse Console on JBoss EAP, do one of the following:

  • Remove the deployment file: $EAP_HOME/standalone/deployments/hawtio-wildfly-xxxxx.war
  • Undeploy the Fuse Console by using the JBoss EAP admin console or command line interface.

4.4. Karaf standalone

To disable the Fuse Console on Karaf so that it becomes inaccessible to all users without affecting any other component, follow these steps:

  1. To determine the hawtio-web bundle ID, use the following command to list the Fuse bundles that the Fuse Console uses:

    osgi:list | grep hawtio

  2. To stop the bundle, use the osgi:stop command. For example, if the hawtio :: Web console bundle has an ID of 246, type this command:

    osgi:stop 246

The bundle goes into the resolved state and you can no longer access the Fuse Console.

For more information about managing bundles, see the "Lifecycle Management" chapter of Deploying into Apache Karaf.