Skip to content

Commit 2108348

Browse files
committed
first update based on review
1 parent 6265fc3 commit 2108348

File tree

1 file changed

+3
-3
lines changed
  • documentation/staging/content/userguide/managing-domains/accessing-the-domain

1 file changed

+3
-3
lines changed

documentation/staging/content/userguide/managing-domains/accessing-the-domain/port-forward.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ This behavior depends on your version and domain resource configuration:
6767
configured with the following attributes:
6868
* Protocol defined as `t3`.
6969
* Listen address defined with `localhost`.
70-
* Listen port. Note, you should choose a port value that does not conflict with any ports defined
70+
* Listen port. Note: Choose a port value that does not conflict with any ports defined
7171
in any of the additional network channels created for use with Istio versions prior to v1.10.
7272
For more details, see [Added network channels for Istio versions prior to v1.10]({{< relref "/userguide/istio/istio#added-network-channels-for-istio-versions-prior-to-v110" >}}).
7373
* Enable `HTTP` protocol for this network channel.
7474
* Do _NOT_ set an `external listen address` or `external listen port`.
7575

76-
For example, here is a snippet of a WebLogic domain `config.xml` file for channel `PortForward` for the Admin Server
76+
For example, here is a snippet of a WebLogic domain `config.xml` file for channel `PortForward` for the Administration Server.
7777
```xml
7878
<server>
7979
<name>admin-server</name>
@@ -86,7 +86,7 @@ For example, here is a snippet of a WebLogic domain `config.xml` file for channe
8686
</network-access-point>
8787
</server>
8888
```
89-
For Model in Image (MII) and Domain Home in Image (DII), here is a snippet model configuration for channel `PortForward` for the Admin Server
89+
For Model in Image (MII) and Domain in Image (DII), here is a snippet model configuration for channel `PortForward` for the Administration Server.
9090
```yaml
9191
topology:
9292
...

0 commit comments

Comments
 (0)