Skip to content

Commit 12e0c41

Browse files
committed
Release 1.1.0
1 parent 1915cf9 commit 12e0c41

File tree

297 files changed

+14516
-7403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+14516
-7403
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ weblogic-bean-info-harvester/build-*
4343
run/work
4444
fortify-output/**
4545
owasp-output/**
46+
frontend/seleniumTest.log
47+
48+
electron/build/**
49+
electron/dist/**
50+
electron/extraFiles/**
51+
electron/node_modules/**
52+
electron/package-lock.json

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Oracle welcomes contributions to this repository from anyone.
3+
We welcome contributions to this repository from anyone.
44

55
If you want to submit a pull request to fix a bug or enhance an existing
66
feature, please first open an issue and link to that issue when you
@@ -9,7 +9,7 @@ submit your pull request.
99
If you have any questions about a possible submission, feel free to open
1010
an issue too.
1111

12-
## Contributing to the WebLogic Server Remote Console repository
12+
## Contributing to the WebLogic Remote Console repository
1313

1414
Pull requests can be made under
1515
[The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) (OCA).

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11

2-
# Oracle WebLogic Server Remote Console
2+
# WebLogic Remote Console
33

4-
The Oracle WebLogic Server Remote Console is a lightweight, open source console that you can use to manage your WebLogic Server domain running anywhere, such as on a physical or virtual machine, in a container, Kubernetes, or in the Oracle Cloud. The Remote Console does not need to be colocated with the WebLogic Server domain. You can install and run the Remote Console anywhere. You simply start the console server, display the console in your browser, and connect to the Administration Server of the domain using WebLogic REST APIs.
4+
The WebLogic Remote Console is a lightweight, open source console that you can use to manage your WebLogic Server domain running anywhere, such as on a physical or virtual machine, in a container, Kubernetes, or in the Oracle Cloud. The Remote Console does not need to be colocated with the WebLogic Server domain.
5+
6+
You can install and run the Remote Console anywhere, and connect to your domain using WebLogic REST APIs. You simply launch the desktop application and connect to the Administration Server of your domain. Or, you can start the console server, launch the console in a browser and then connect to the Administration Server.
57

68
The Remote Console is fully supported with WebLogic Server 12.2.1.3, 12.2.1.4, and 14.1.1.
79

810
Ready to download and use the Remote Console? See [Get Started](#start).
911

10-
## Key Features of the WebLogic Server Remote Console
11-
The WebLogic Server Remote Console provides an alternative WebLogic Server administration GUI that enables REST-based access to WebLogic management information, in alignment with current cloud-native trends. When connected to a WebLogic domain using the Remote Console, you can:
12+
## Key Features of the WebLogic Remote Console
13+
The WebLogic Remote Console provides an alternative WebLogic Server administration GUI that enables REST-based access to WebLogic management information, in alignment with current cloud-native trends. When connected to a WebLogic domain using the Remote Console, you can:
1214
* Configure WebLogic Server instances
1315
* Configure WebLogic Server clusters
1416
* Configure WebLogic Server services, such as database connectivity (JDBC), and messaging (JMS)
@@ -21,18 +23,18 @@ The WebLogic Server Remote Console provides an alternative WebLogic Server admin
2123

2224

2325
## Differences With the WebLogic Server Administration Console
24-
If you are already familiar with the WebLogic Server Administration Console deployed as part of your WebLogic domain, you'll notice these key differences in the WebLogic Server Remote Console:
26+
If you are already familiar with the WebLogic Server Administration Console deployed as part of your WebLogic domain, you'll notice these key differences in the WebLogic Remote Console:
2527
* The user interface has been completely redesigned to conform to the Oracle Alta UI Design system and the Oracle Redwood theme included with Oracle JET.
2628
* The configuration and monitoring content is separated into separate pages in the Remote Console. In the WebLogic Server Administration Console, the configuration and runtime information is presented on one page. See [Separation of Configuration and Runtime Data](site/console_uidesign.md#separation).
2729
* The Change Center is now expressed as a shopping cart. See [Use the Shopping Cart](site/console_uidesign.md#cart).
2830
* Instead of logging directly into the Administration Console deployed in a WebLogic domain, the Remote Console connects to the Administration Server in a WebLogic domain, with the credentials supplied by the user, using WebLogic REST APIs.
2931

3032
## Get Started <a name ="start"></a>
31-
You can download a `console.zip` installer from [https://github.com/oracle/weblogic-remote-console/releases](https://github.com/oracle/weblogic-remote-console/releases), or build the console from source. In this version, the console consists of the Remote Console JAR file, associated libraries necessary to use the console, and a web application that provides an extension that you can configure in your WebLogic Server domain. The extension provides additional functionality that is not available with the console only. Although installing the extension is optional, we recommend that you install it to get the optimum functionality from the Remote Console.
33+
You can access the Remote Console through your browser or by running a desktop application. Both versions are available to download from [https://github.com/oracle/weblogic-remote-console/releases](https://github.com/oracle/weblogic-remote-console/releases). The browser installer, `console.zip`, consists of the Remote Console JAR file and associated libraries necessary to use the console. For the desktop application, simply run the appropriate installer for your operating system.
3234

33-
To install the software, simply unzip the `console.zip` installer on a machine that has JDK 11 installed. After unzipping the archive, the console is ready to use. You simply start the console application, enter the console URL in a browser, and provide the Administration credentials and URL for the domain of your choice.
35+
You should also download and install the Remote Console extension for your WebLogic Server domain. The extension provides additional functionality that is not available with the console alone. Although installing the extension is optional, we recommend that you install it to get the optimum functionality from the Remote Console.
3436

35-
For details about installing and running the Remote Console using the ZIP installer, see [Install and Configure the WebLogic Server Remote Console](site/install_config.md).
37+
For details about installing and running the Remote Console, see [Install and Configure the WebLogic Remote Console](site/install_config.md).
3638

3739
To build the Remote Console from source, see the [Developer Guide](site/developer_guide.md).
3840

0 commit comments

Comments
 (0)