Skip to content

Commit 3091cc9

Browse files
committed
Release 2.4.13
1 parent 1f7f11b commit 3091cc9

File tree

584 files changed

+38255
-9855
lines changed

Some content is hidden

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

584 files changed

+38255
-9855
lines changed

README.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
1-
21
# WebLogic Remote Console
32

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 WebLogic Remote Console does not need to be colocated with the WebLogic Server domain.
3+
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. WebLogic Remote Console does not need to be colocated with the WebLogic Server domain.
54

6-
You can install and run the WebLogic 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.
5+
You can install and run WebLogic 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, for domains running WebLogic Server 14.1.2.0.0 and later, WebLogic Remote Console is also available as a web application hosted on the Administration Server of the domain.
76

8-
The WebLogic Remote Console is fully supported with WebLogic Server 12.2.1.3, 12.2.1.4, and 14.1.1.0.
7+
WebLogic Remote Console is compatible with WebLogic Server 12.2.1.4.0 and later.
98

109
## Key Features of the WebLogic Remote Console
11-
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 WebLogic Remote Console, you can:
10+
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, you can:
1211
* Configure WebLogic Server instances and clusters
1312
* Create or modify WDT metadata models
1413
* Configure WebLogic Server services, such as database connectivity (JDBC), and messaging (JMS)
1514
* Deploy and undeploy applications
1615
* Start and stop servers and applications
1716
* Monitor server and application performance
1817

18+
Although WebLogic Remote Console strives to provide functionality that's comparable to the Administration Console, it does not strive to be an exact duplicate. Equivalent features may be implemented in new ways or not at all.
19+
1920
## Get Started
20-
You can install the WebLogic Remote Console as a desktop or browser application, depending on your usecases although the desktop application is recommended. Both versions are available to download from [https://github.com/oracle/weblogic-remote-console/releases](https://github.com/oracle/weblogic-remote-console/releases).
21+
You can install WebLogic Remote Console as a desktop or as a web application, depending on your requirements, although the desktop application is recommended. The desktop application is available to download from [https://github.com/oracle/weblogic-remote-console/releases](https://github.com/oracle/weblogic-remote-console/releases). The web application is included in the WebLogic Server installation (14.1.2.0.0 or later only) and must be deployed to the domain.
2122

22-
Review the system requirements at [Get Started](https://oracle.github.io/weblogic-remote-console/setup/)
23+
Read documentation for WebLogic Remote Console at [https://oracle.github.io/weblogic-remote-console/](https://oracle.github.io/weblogic-remote-console/).
2324

24-
You should also download and install the WebLogic 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 WebLogic Remote Console.
25+
To begin, see [Get Started](https://oracle.github.io/weblogic-remote-console/set-console/) in the WebLogic Remote Console documentation.
2526

26-
Documentation for the WebLogic Remote Console is [available here](https://oracle.github.io/weblogic-remote-console/setup/).
27+
If you're running WebLogic Server 14.1.1.0.0 or earlier, you should also download and install the WebLogic 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 WebLogic Remote Console. The extension is pre-installed on domains running WebLogic Server 14.1.2.0.0 or later.
2728

28-
To build the WebLogic Remote Console from source, see the [Developer Guide](https://oracle.github.io/weblogic-remote-console/develop/build-source/).
29+
If you want to build WebLogic Remote Console from source, review [Contribute to WebLogic Remote Console](https://oracle.github.io/weblogic-remote-console/set-console/contribute-wrc-repository/).
2930

3031
## Known Issues
31-
See the following list of [Known Issues](https://oracle.github.io/weblogic-remote-console/reference/known_issues/), limitations, and workarounds.
32+
See the following list of [Known Issues](https://oracle.github.io/weblogic-remote-console/troubleshoot-weblogic-remote-console/#GUID-A2824DAE-C040-43E0-A645-041FDFB8936F), limitations, and workarounds.
3233

3334
## Need more help? Have a suggestion? Come and say, "Hello!"
3435

35-
We have a **public Slack channel** where you can get in touch with us to ask questions about using the WebLogic Remote Console or give us feedback
36-
or suggestions about what features and improvements you would like to see. We would love to hear from you. To join our channel,
37-
please [visit this site to get an invitation](https://join.slack.com/t/oracle-weblogic/shared_invite/zt-1lnz4kpci-WdY2gWfeJc5jS_a_1Z06MA). The invitation email will include
38-
details of how to access our Slack workspace. After you are logged in, please come to `#remote-console` and say, "hello!"
36+
We have a **Slack channel** where you can get in touch with us to ask questions about using WebLogic Remote Console or give us feedback or suggestions about what features and improvements you'd like to see. We would love to hear from you. To join our channel, [click here to get an invitation](https://join.slack.com/t/oracle-weblogic/shared_invite/zt-1lnz4kpci-WdY2gWfeJc5jS_a_1Z06MA).
37+
The invitation email includes details on how to access our Slack workspace. After you are logged in, join us over at `#remote-console` and say, "Hello!"

0 commit comments

Comments
 (0)