Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.此内容没有您所选择的语言版本。
Chapter 2. Accessing the Management Console
Abstract
You use a Web browser to access the Fuse Management Console. Before you access the management console, you must set up a user name and password and start the Karaf console. If you want to manage fabric properties, you create a fabric from the Karaf console.
Overview 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The Fuse Management Console is available by default when you install Red Hat JBoss Fuse. After you start the Karaf console, you can use the default URL to access the console locally or a custom URL to connect to a remote host.
Prerequisites 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Before you access the management console, you must configure user credentials and start JBoss Fuse and configure user credentials.
Note
If you use JBoss Fuse on OpenShift, you can skip this task and access the management console directly with the JBoss Fuse application URL after you deploy the JBoss Fuse cartridge. For more information about how to get started with JBoss Fuse on OpenShift, see Cloud Computing with Fabric.
To configure user credentials and start JBoss Fuse:
- In the command line, navigate to the directory in which you installed JBoss Fuse and run the following command:
./fuse
./fuse
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The Karaf console starts and shows version information, the default management console URL, and a list of common commands. - If no user exists for JBoss Fuse, run the esb:create-admin-user command to create a user. You can also define the user name and password directly in the
users.properties
file. For more information, see the Red Hat JBoss Fuse Installation Guide.
Accessing the Management Console 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
You access the Fuse Management Console from a Web browser. For a list of supported browsers, see access.redhat.com.
To access the management console:
- In a Web browser, enter the URL to connect to the management console in the following format:
http://<host_name>:<port_number>
http://<host_name>:<port_number>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow For example, use the following default URL to connect to the management console locally:http://localhost:8181
http://localhost:8181
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteYou can configure the pax-web property to support HTTPS connections for a specific container. - In the login page, enter the user name and password and click.If you created or joined a fabric, the management console opens to the Fabric perspective. Otherwise, only the Container perspective is available. By default, the management console shows the Welcome page. You can choose to hide the Welcome page at the bottom of the page.