You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/staging/content/userguide/managing-domains/accessing-the-domain/port-forward.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,13 @@ This behavior depends on your version and domain resource configuration:
67
67
configured with the following attributes:
68
68
* Protocol defined as `t3`.
69
69
* 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
71
71
in any of the additional network channels created for use with Istio versions prior to v1.10.
72
72
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" >}}).
73
73
* Enable `HTTP` protocol for this network channel.
74
74
* Do _NOT_ set an `external listen address` or `external listen port`.
75
75
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.
77
77
```xml
78
78
<server>
79
79
<name>admin-server</name>
@@ -86,7 +86,7 @@ For example, here is a snippet of a WebLogic domain `config.xml` file for channe
86
86
</network-access-point>
87
87
</server>
88
88
```
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.
0 commit comments