Skip to content

Commit 19179cd

Browse files
committed
Merge branch 'rm/deploy-wrc-extension' into 'main'
Add WRC extension steps See merge request weblogic-cloud/weblogic-kubernetes-operator!4787 (cherry picked from commit 673fddc) 87c2d5f Add WRC extension steps
1 parent 2ea6631 commit 19179cd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ To set up access to WebLogic Server domains running in Kubernetes using the Remo
4545

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

48+
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.
49+
50+
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).
51+
52+
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:
53+
54+
```
55+
/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
56+
```
57+
58+
For more information, see the [Archive Helper Tool](https://oracle.github.io/weblogic-deploy-tooling/userguide/tools/archive_helper/) documentation.
59+
60+
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.
61+
62+
d. Provision or update the domain using the new auxiliary image.
63+
4864
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:
4965
* Use an [Administration Server `NodePort`](#use-an-administration-server-nodeport).
5066

0 commit comments

Comments
 (0)