Get to Know the Console

WebLogic Remote Console is a graphical user interface that enables you to administer Providers such as WebLogic Server domains, WDT model files (and their composites), and property lists.

For more information, see Provider Types.

You can save the connection details for multiple providers in WebLogic Remote Console, making it easy to switch between domains and workflows, streamlining domain management.

As you add more provider connections, you may want to group them into Projects. Projects allow you to organize provider connections according to any categorization scheme that works for you. You can even save the same provider connection in multiple projects; you are saving the connection details so it doesn’t matter from which project you access a provider.

For more information, see Projects.

Key Elements of the Interface

Most provider types have a Navigation Tree that presents the structure of a WebLogic Server domain as a node tree. Expand each top-level node (such as Environment or Security) to delve into the domain’s structure. As you move through the Navigation Tree, the central pane of WebLogic Remote Console will update to display the applicable MBeans attributes and configurations for the currently selected node.

You can also move through the domain structure using the Search field or the Breadcrumbs trail.

The Search field (located in the header banner) finds any MBeans in the domain that match your query. Search results are limited to the current provider and perspective. Previous search queries can be found (and rerun) under the Recent Searches node, the last node in the Navigation Tree.

The Breadcrumb trail (located underneath the header bar) indicates the full direct ancestry of your current page. You can use the breadcrumbs in the trail to jump to higher levels in the Navigation Tree. The final breadcrumb in the trail (that is, the current page) enables you to jump to related pages outside of the current page’s hierarchy. Select the final breadcrumb to choose from a list of related pages.

Table 1 describes common icons for the various actions available throughout WebLogic Remote Console.

Icon

Description

Icon of GitHub logo GitHub

Opens the WebLogic Remote Console GitHub repository in your browser.

Icon of a lightbulbConsole Tips

Provides tips on WebLogic Remote Console functionality.

Icon of the sun/Icon of a crescent moonDark/Light mode

Switches the user interface between Light and Dark modes.

Icon of question mark inside a circle User Documentation

Opens the WebLogic Remote Console user documentation in your browser.

Icon of a star Add Bookmark

Saves the current page as bookmark so you can quickly refer to it later.

Icon of banner with a starPage Bookmarks

Opens a dialog box that lists all of your saved pages.

Icon of an empty shopping cart Shopping Cart

Lists any pending changes in the active Administration Server provider. You can choose whether to commit or discard them.When the Shopping Cart is full, you can click it to see the pending changes and then commit or discard them.

Icon of a clock whose border is a circular arrow Show Pages History

Opens the Pages History dialog box, which lists the pages that you have previously visited in WebLogic Remote Console.

Icon of leftward facing arrow inside a circle/Icon of right-facing arrow inside a circleBack/Forward

Browses backward or forward through your previously visited pages in WebLogic Remote Console.

Icon of question mark Inline Field Help

Shows reference information about the attributes present on the current page. Click again to return to the editable fields.

Icon of an arrow in a circleReload

Refreshes any forms or tables on the current page with the latest available data. When Auto Reload Interval is enabled, this icon will bounce continuously.

Icon of an arrow in a circle with a line cutting through the circle Auto Reload Interval

Sets a time interval (in seconds) for how often WebLogic Remote Console should reload a page to refresh its information. If you select another tab or move to another page, automatic reload stops.To stop auto reload, click the bouncing Reload icon or click Auto Reload Interval and set the interval to 0.

The following icons appear directly beside fields in WebLogic Remote Console.

Icon of a bullseye Field Settings

Opens a dialog box where you edit values, review lengthy field values, or revert existing values to their default values (that is, “unset” them).In WDT model file and WDT Composite model providers, it also provides support for inserting variable values. See WDT Model Tokens.

| Change Indicator

Indicates that the current value of the marked field is set to a value other than the default value. See Change Indicators.

Table 1. Page and Field Icons. Icons that may appear throughout WebLogic Remote Console.

Change Indicators

When you modify an MBean attribute, WebLogic Remote Console adds a green bar to the left of the attribute’s field to indicate that it is no longer set to the default value.

To return an MBean attribute to its default setting, select the Field Settings Icon of a bullseye button beside the attribute field, then select Unset value and click OK. Make sure to save (and commit) the change.

Change Console Preferences

You can adjust the preferences of Desktop WebLogic Remote Console including changes to credential management, the interface’s language, or auto-update behavior.

  1. Go to File, then Preferences. (On macOS, go to WebLogic Remote Console, then Application Preferences ).

  2. Choose a section tab and make your changes as needed.

  3. Close the Preferences dialog box to apply your changes.

Bookmark Pages

You can save WebLogic Remote Console pages that you visit frequently.

Bookmarks are shared between providers of the same type. For example, if you save a page in an Administration Server provider, that page will be bookmarked in every Administration Server provider, but it won’t be available in a WDT Model provider.

  • To save a page in WebLogic Remote Console as a bookmark:

    • On the page that you want to save, click Page Bookmark Icon of a star in the tool bar.

      On pages that are already bookmarked, the star will be filled in.

  • To go to a bookmarked page:

    • In the upper right corner, click Page Bookmarks Icon of banner with a star, then select the page that you want to visit.
  • To delete a bookmark:

    • In the upper right corner, click Page Bookmarks Icon of banner with a star, then click the page you want to delete. WebLogic Remote Console will load that page where you can click the (filled in) Page Bookmark Icon of a star icon to un-bookmark the page.

Customize a Table

You can choose which columns are visible in a table, hiding irrelevant data so you can focus on the important details.

  1. Find a table that you want to customize. For example, in the Edit Tree, go to Environment, then Servers.

  2. Click Customize Table to display the list of Available Columns.

    The available column options differ by table as not all columns (that is, properties) are applicable to all tables.

  3. Use the arrows to move your wanted columns from Available Columns to Selected Columns. Move any unwanted columns back to Available Columns. Move the columns to Selected Columns in the order that you want them to appear in the table. There must be at least one column under Selected Columns.

  4. Click Apply to save your changes.

Changes to table columns will persist indefinitely and apply to that specific table across all applicable providers. If you change the table columns for Server Templates in wdt-model_1, then those changes will also affect the Server Templates table in wdt-model_2 and admin-server_1 (Edit Tree).

To return a table to its default set of columns, open Customize Table and click Reset.

Projects

Use projects to organize providers in a way that makes sense for your workflow.

You can add as many providers to a project as you want. You can even add the same provider to multiple projects.

For simplicity, we recommend that if you use property lists with your WDT model files, then you should keep the property list provider in the same project as the WDT model file.

Create a Project

To arrange providers into a collection:

  1. Open the Projects/Providers page.

  2. In the breadcrumbs trail, select Projects.

  3. Select Create.

  4. Enter a name for the new project and select Done. WebLogic Remote Console will automatically load the Project page for your new project.

  5. Select Create to add a provider to the new project. Select one of the following options to add a provider:

    • Admin Server Connection Provider
    • Existing WDT Model File Provider
    • WDT Composite Model File Provider
    • Existing Property List Provider
    • New WDT Model File Provider
    • New Property List Provider For more information on the different provider types, see Provider Types
  6. Fill in any required information.

  7. Click Done to add the provider to the project.

  8. Optional: Add more providers to the project.

You can add or remove providers from the project at any point. To switch to another project, return to the Projects/Providers page and select another project from the left pane navigation tree.

Deleting a project will not affect the providers within the project.

Export a Project

If you use WebLogic Remote Console on multiple computers, exporting a project is a convenient way to share a project across multiple computers.

  1. Open the Projects/Providers page.

  2. In the breadcrumbs trail, select Projects.

  3. In the Projects table, select the project that you want to export.

  4. Select Export and save the projects.json file to your computer. You can change the file name as desired.

You can import the projects.json file into other instances of WebLogic Remote Console.

Import a Project

You can import the project details of an existing project to rapidly ramp up productivity in a new installation of WebLogic Remote Console.

  1. Export a project and save the file to the computer where you want to import it. See Export a Project.

  2. On the computer where you want to import the file, start WebLogic Remote Console.

  3. On the Projects page, select Import.

  4. Select Upload File and browse to the file location of the exported project file.

  5. Click Done.

Enable Keyboard Navigation on macOS

On devices running macOS, you must specifically enable keyboard navigation before you can use the Tab key (or Shift + Tab keys) to navigate between the controls in WebLogic Remote Console.

  1. On your device running macOS, open the Apple main menu and select System Settings.

  2. Click the Keyboard item in the sidebar.

  3. Turn on the Keyboard Navigation option.

  4. Optional: If you plan to use the Safari browser with Hosted WebLogic Remote Console, then do the following:

    1. Open the Safari browser and open its main menu.

    2. Select Settings.

    3. On the Advanced tab, turn on the Press Tab to highlight each item on a webpage option.