1 Get Started
WebLogic Remote Console is easy to install and you can quickly start managing your domains.
WebLogic Remote Console is available in two formats:
- Desktop WebLogic Remote Console, a desktop application installed on your computer.
- Hosted WebLogic Remote Console, a web application deployed to an Administration Server and accessed through a browser.
Generally, the two formats have similar functionality, though the desktop application offers certain conveniences that are not possible when using a browser.
If your environment has restrictions on installing applications, consider enabling Hosted WebLogic Remote Console. See Deploy Hosted WebLogic Remote Console.
System Requirements
Review the system requirements needed to run WebLogic Remote Console.
WebLogic Remote Console is compatible with WebLogic Server 12.2.1.4.0 and later.
Note:
Hosted WebLogic Remote Console is only supported on Administration Servers running WebLogic Server 14.1.2.0.0 or later, and is subject to the same system requirements as its associated WebLogic Server release. To see the applicable certification matrix for your release of WebLogic Server, refer to Oracle Fusion Middleware Supported System Configurations.
Desktop WebLogic Remote Console is supported on the following platforms.
Table 1-1 Requirements
Platform | Minimum Requirement |
---|---|
Linux |
64 bit only.
|
macOS |
13 (Ventura) or later Note: Intel machines must be 64 bit. |
Windows |
64 bit only. Windows 10 and later. |
We recommend setting the viewport of WebLogic Remote Console to 1300 px or wider. On narrower viewports, UI elements may overlap or disappear.
Install Desktop WebLogic Remote Console
Desktop WebLogic Remote Console is a version of WebLogic Remote Console that is based on the Electron framework and installed as a desktop application.
- Download the latest version of WebLogic Remote Console from the WebLogic Remote Console GitHub Repository releases page. Choose the appropriate installer for your operating system.
- Follow the typical process for installing applications on your operating system.
- Launch WebLogic Remote Console.
If you are using WebLogic Server 14.1.1.0 or earlier, you can enhance the functionality for managing Administration Servers by installing the WebLogic Remote Console extension. See Install the WebLogic Remote Console Extension. The extension comes pre-installed in WebLogic Server 14.1.2.0 and later.
Deploy Hosted WebLogic Remote Console
Hosted WebLogic Remote Console is a version of WebLogic Remote Console that is hosted on the Administration Server of the domain and accessed through a browser.
Note:
Deploying Hosted WebLogic Remote Console is only supported on Administration Servers running WebLogic Server 14.1.2.0.0 or later.- Start the Administration Server.
- Deploy the Hosted WebLogic Remote Console application using the WebLogic Scripting Tool (WLST).
Hosted WebLogic Remote Console is now deployed and will remain active as long as the weblogic-remote-console-app
application is deployed and the Administration Server is running.
Do not stop or delete the Hosted WebLogic Remote Console application, weblogic-remote-console-app
, if you want to continue to use Hosted WebLogic Remote Console.
To use Hosted WebLogic Remote Console to manage the running Administration Server, see Start Hosted WebLogic Remote Console.
Start Hosted WebLogic Remote Console
Hosted WebLogic Remote Console is a version of WebLogic Remote Console that is accessible using a browser.
Before you can start Hosted WebLogic Remote Console, you must have deployed it. See Deploy Hosted WebLogic Remote Console.
Hosted WebLogic Remote Console is active as long as the weblogic-remote-console-app
application is deployed and the Administration Server is running.
Note:
You can use Hosted WebLogic Remote Console to connect to and manage other providers beyond the Administration Server it is hosted on. See Connect to a Provider.
Install the WebLogic Remote Console Extension
The WebLogic Remote Console extension enhances the management capabilities of WebLogic Remote Console for Administration Server connections.
For an overview of the functionality provided by the WebLogic Remote Console extension, see Features of the WebLogic Remote Console Extension.
Note:
You only need to perform this procedure if you are running WebLogic Server 14.1.1.0.0 or earlier. As of WebLogic Server 14.1.2.0.0, the WebLogic Remote Console extension is automatically installed in your domain and updated with each Patch Set Update (PSU).The WebLogic Remote Console extension is updated with WebLogic Remote Console. Whenever you update WebLogic Remote Console, make sure you also update the extension to match.
If you need to update the WebLogic Remote Console extension separately from the console, follow the instructions outlined in step 2 of Upgrade Desktop WebLogic Remote Console. Note that if you manually install the WebLogic Remote Console extension in domains running WebLogic Server 14.1.2.0.0 or later, under DOMAIN_HOME/
, it will supersede the version of the extension that is automatically installed and updated.
Features of the WebLogic Remote Console Extension
The WebLogic Remote Console extension adds many features to WebLogic Remote Console that are useful for the administration of WebLogic Server domains.
When the WebLogic Remote Console extension is installed, it grants the following capabilities to WebLogic Remote Console:
-
View pending changes - Identify any changes that are saved to the domain but not yet committed. Pending changes are listed in the Shopping Cart.
-
Access the Security Data Tree perspective - Edit security data that is stored in the embedded LDAP server, including, but not limited to, managing:
-
Users and Groups
-
Roles and Policies
-
Credential Mappings
You can also view (but not edit) the users and groups for any authentication provider that supports it.
-
-
Create and edit application deployment plans - Use deployment plans to extend or override an application's deployment descriptors.
-
Manage JMS messages - Import, export, or delete messages.
-
Manage JTA transactions - Import, export, or delete transactions.
-
Test data source connections - Verify that the domain can successfully connect to the configured database.
-
View objects in JNDI structure - Examine objects such as Java EE services and components such as RMI, JMS, EJBs, and JDBC data sources.
-
Upload applications or database client data for redeployment - Update and redeploy applications or database client data with new versions that were not already deployed to the Administration Server.
The redeployment of applications or database client data that are already on the server is supported without the extension.
-
Analyze server connection issues - Test connections between the Administration Server and Managed Servers or clusters.
For installation instructions, see Install the WebLogic Remote Console Extension.
Provider Types
Use WebLogic Remote Console to connect to the following provider types, each of which offers a different approach for managing your WebLogic Server domains.
Provider | Description |
---|---|
Administration Server | Connect to a running WebLogic Server domain through its Administration Server. |
WDT Model Files | Edit WebLogic Deploy Tooling (WDT) metadata models of WebLogic Server domains. |
WDT Composite Models | Combine and compare settings across multiple WDT model files. |
Property Lists | Edit the key-value pairs that enable the use of variables in WDT model files. |