You can install and run the WebLogic Remote Console through a desktop application or from within your internet browser.
We recommend using the desktop application over the browser application whenever possible. Certain features, such as editing WDT model files, work more effectively in the desktop application.
management-services-ext
directory under the domain home.console-rest-ext-1.0.war
from https://github.com/oracle/weblogic-remote-console/releases and save it inside the management-services-ext
directory you created in the previous step.Your computer must have Java SE 11 or later installed. To check your Java version, enter java -version
at the command line.
console.zip
.console
directory that includes:
console.jar
libs
subdirectoryconsole-rest-ext-1.0.war
, that you install in the WebLogic Server domainmanagement-services-ext
directory under the domain home.console-rest-ext-1.0.war
from https://github.com/oracle/weblogic-remote-console/releases and save it in the management-services-ext
directory you created in the previous step.java -jar <console_home>/console.jar
where <console_home>
is the directory where you unzipped the installer.http://localhost:8012
in the address bar.The WebLogic Remote Console supports provider connections to WebLogic Server Administration Servers and WebLogic Deploy Tooling (WDT) model files.
If connecting to a WebLogic Server Administration Server, start the WebLogic Administration Server.
Launch the WebLogic Remote Console in the desktop application or the browser.
Choose a startup task to build your first project. Projects are groups of connections to WebLogic Administration Servers, WebLogic Deploy Tooling (WDT) models or both. See Projects for more information.
On subsequent launches, the desktop application will open your last active project.
If you want to create a new project, select File > New Project.
Add additional providers to the project. Click ⋮ beside the project name and select a provider type.
Select an Administration Server or WDT model file from the Kiosk.
Start reviewing or editing the domain configuration.