此内容没有您所选择的语言版本。
Chapter 5. Disabling the Fuse Console
How you disable the Fuse Console depends on your Fuse distribution.
5.1. Karaf 复制链接链接已复制到粘贴板!
To disable the Fuse Console on Karaf so that it becomes inaccessible to all users without affecting any other component, follow these steps:
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
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.
5.2. JBoss EAP 复制链接链接已复制到粘贴板!
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.
5.3. Spring Boot 复制链接链接已复制到粘贴板!
For Spring Boot, the Fuse Console is not enabled by default.
5.4. OpenShift 复制链接链接已复制到粘贴板!
For OpenShift, the Fuse Console is not enabled by default.