Skip to content

Commit

Permalink
Merge branch 'rm/deploy-wrc-extension' into 'main'
Browse files Browse the repository at this point in the history
Add WRC extension steps

See merge request weblogic-cloud/weblogic-kubernetes-operator!4787

(cherry picked from commit 673fddc)

87c2d5f Add WRC extension steps
  • Loading branch information
rjeberhard committed Aug 21, 2024
1 parent 2ea6631 commit 19179cd
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ To set up access to WebLogic Server domains running in Kubernetes using the Remo

**NOTE**: These instructions assume that you are installing and running the Remote Console externally to your Kubernetes cluster.

1. For [additional functionality](https://oracle.github.io/weblogic-remote-console/setup/console/#ext), incorporate and deploy the WebLogic Remote Console extension in your 12.2.1.4 and 14.1.1 domains.

a. From [https://github.com/oracle/weblogic-remote-console/releases](https://github.com/oracle/weblogic-remote-console/releases), download the Remote Console extension WAR file, [console-rest-ext-[version].war](https://github.com/oracle/weblogic-remote-console/releases/download/v2.4.10/console-rest-ext-9.0.war).

b. Using the WebLogic Deploy Tooling (WDT) Archive Helper Tool, modify the WDT application archive to include the Remote Console Extension downloaded in the previous step. For example:

```
/Directory to WDT/weblogic-deploy/bin/archiveHelper.sh add weblogicRemoteConsoleExtension archive_file=/Directory to WDT application archive/archive.zip -source=/Directory to Remote Console Extension/console-rest-ext[version].war
```
For more information, see the [Archive Helper Tool](https://oracle.github.io/weblogic-deploy-tooling/userguide/tools/archive_helper/) documentation.
c. With the [WebLogic Image Tool](https://oracle.github.io/weblogic-image-tool/), create an auxiliary image and include the archive modified in the previous step.
d. Provision or update the domain using the new auxiliary image.
1. When you first launch the Remote Console, it will prompt you with a login dialog for a WebLogic Server Administration Server URL. To give the Remote Console access to an Administration Server running in Kubernetes, you can:
* Use an [Administration Server `NodePort`](#use-an-administration-server-nodeport).
Expand Down

0 comments on commit 19179cd

Please sign in to comment.