Skip to content

Commit c05cf8a

Browse files
authored
Merge pull request #242 from oracle/RmWLST
minor text edits
2 parents ed99985 + 0e12e0a commit c05cf8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/wlst.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Note that a video demonstration of using WLST to create a data source is available [here](https://youtu.be/eY-KXEk8rI4).
44

5-
WebLogic Scripting Tool (WLST) can be used to manage a domain running in Kubernetes. If the domain was configured to expose a T3 channel using the `exposeAdminT3Channel` setting when creating the domain, then the matching T3 service can be used to connect. For example, if the `domainUID` is `domain1`, and the Administration Server name is `admin-server`, then the service would be called:
5+
You can use the WebLogic Scripting Tool (WLST) to manage a domain running in Kubernetes. If the domain was configured to expose a T3 channel using the `exposeAdminT3Channel` setting when creating the domain, then the matching T3 service can be used to connect. For example, if the `domainUID` is `domain1`, and the Administration Server name is `admin-server`, then the service would be called:
66

77
```
88
domain1-admin-server-extchannel-t3channel
@@ -15,7 +15,7 @@ $ kubectl get service domain1-admin-server-extchannel-t3channel -n domain1 -o js
1515
30012
1616
```
1717

18-
In this example, the `nodePort` is `30012`. If the Kubernetes server’s address were `kubernetes001`, then WLST can connect to `t3://kubernetes001:30012` as shown below:
18+
In this example, the `nodePort` is `30012`. If the Kubernetes server’s address was `kubernetes001`, then WLST can connect to `t3://kubernetes001:30012` as shown below:
1919

2020
```
2121
$ ~/wls/oracle_common/common/bin/wlst.sh

0 commit comments

Comments
 (0)