Skip to content

Commit 52cdb1f

Browse files
committed
Merge branch 'rm/fix-WRC-command' into 'main'
update WRC extension info See merge request weblogic-cloud/weblogic-kubernetes-operator!4796 (cherry picked from commit 31af2be) 85f8b16 update WRC extension info
1 parent cfc731c commit 52cdb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ 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.
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. **NOTE**: As a best practice, make sure that you are using the same versions of the WebLogic Remote Console and the WebLogic Remote Console Extension, otherwise you might lose functionality.
4949

5050
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).
5151

5252
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:
5353

5454
```
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
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
5656
```
5757
5858
For more information, see the [Archive Helper Tool](https://oracle.github.io/weblogic-deploy-tooling/userguide/tools/archive_helper/) documentation.

0 commit comments

Comments
 (0)