Using the AquaLogic Service Bus Console

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Introduction to AquaLogic Service Bus

AquaLogic Service Bus (ALSB) is a configuration-based, policy-driven Enterprise Service Bus (ESB). It provides highly scalable and reliable service-oriented integration, service management, and traditional message brokering across heterogeneous IT environments. It combines intelligent message brokering with routing and transformation of messages, along with service monitoring and administration in a unified software product. ALSB Console enables you to control the service and policy configurations, and monitor system and operations tasks. ALSB relies on WebLogic Server run-time facilities. For more information, see BEA AquaLogic Service Bus Concepts and Architecture.

Starting ALSB Console

  1. Start ALSB using one of the following methods:
    • From the Windows Start menu, select:
    • Start > Programs > BEA Products > User Projects > domain_name > Start Server for AquaLogic Service Bus Domain.

      Where domain_name represents the name you assigned your AquaLogic Service Bus domain when you created it. User Projects is the default location in which your domain is created by default.

    • Invoke the startWebLogic command from the root of AquaLogic Service Bus domain: startWebLogic.cmd or startWebLogic.sh
    • A command window is displayed showing status information about WebLogic Server.

      If you started the server in production mode, you are required to enter a valid user name and password to start the server. For more information, see the AquaLogic Service Bus Installation Guide.

  2. When the server starts, enter the following URL in your browser:
  3. http://hostname:port/sbconsole

    where host represents the name of the machine on which WebLogic Server is running and port represents the port number.

    For example, if WebLogic Server is running on your local machine using the default port configuration, enter the following URL in your browser:

    http://localhost:7001/sbconsole

    The ALSB Console login page is displayed.

  4. Enter the user name and the password you specified during the installation process.
  5. Click Login.

To log out, click Logout on the banner near the top of the right panel of the ALSB Console.

Customizing Table Views

Use the table customizer to display table information according on your specified settings.

Note that the default sort order for any table is determined by the first column in the table.

  1. Click the  Table Customizer icon. Additional fields are displayed.
  2. You can click Cancel at any time to close this table and retain the original settings.

  3. In the Columns field, select the columns you want to display:
    1. Select a column name from the Available Columns field.
    2. Click the arrow to move this column name to the Selected Columns field.
    3. An asterisk denotes a required column.

    4. Repeat until you have listed all the column names you want to display in the Selected Columns field.
    5. In the Selected Columns field, you can use the Up and Down arrows to reorder the column names as required.

  4. To remove columns from being displayed, move the column names from the Selected Columns field to the Available Columns field.
  5. From the Rows drop-down list, select the number of rows you want to display on a single page.
  6. Do one of the following:
    • To save these settings and close the table customizer, click Apply.
    • To discard your changes and retain the original settings, click Reset.

  Back to Top       Previous  Next