Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Chapter 9. Using Remote Connections to Manage a Container
Revision History | |
---|---|
09/10/12 | |
Moved Child Container to separate chapter | |
09/10/12 | |
Removed Karaf language |
Abstract
It does not always make sense to use a local console to manage a container. Red Hat JBoss Fuse has a number of ways of remotely managing a container. You can use a remote container's command console or start a remote client.
9.1. Configuring a Container for Remote Access
Overview
When you start the Red Hat JBoss Fuse runtime in default mode or in server mode, it enables a remote console that can be accessed over SSH from any other JBoss Fuse console. The remote console provides all of the functionality of the local console and allows a remote user complete control over the container and the services running inside of it.
Note
When run in client mode the JBoss Fuse runtime disables the remote console.
Configuring a container for remote access
The SSH hostname and port number are configured in the
InstallDir/etc/org.apache.karaf.shell.cfg
configuration file. Example 9.1, “Changing the Port for Remote Access” shows a sample configuration that changes the port used to 8102.
Example 9.1. Changing the Port for Remote Access
sshPort=8102 sshHost=0.0.0.0