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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,18 +66,18 @@ This behavior depends on your version and domain resource configuration:
66
66
you must add an additional network channel to the WebLogic Administration Server
67
67
configured with the following attributes:
68
68
* Protocol defined as `t3`.
69
-
* Listen address defined with `localhost`. (Note: Stting the address to localhost is solely
70
-
for selfdocumenting purposes. The address can be set to any value, and the operator will override
71
-
it to the required value regardless.)
69
+
* Listen address defined with `localhost`. (Note: Setting the address to localhost is solely
70
+
for self-documenting purposes. The address can be set to any value, and the operator will override
71
+
it to the required value.)
72
72
* Listen port. Note: Choose a port value that does not conflict with any ports defined
73
73
in any of the additional network channels created for use with Istio versions prior to v1.10.
74
74
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" >}}).
75
75
* Enable `HTTP` protocol for this network channel.
76
76
* Do _NOT_ set an `external listen address` or `external listen port`.
77
77
78
78
{{% notice note %}}
79
-
It is not necessary to add an additional network channel, for Istio-enabled domains running Istio
80
-
versions prior to 1.10, to the WebLogic Administration Server if only console access is required .
79
+
For Istio-enabled domains running Istio versions prior to 1.10, if console only access is required,
80
+
then it is not necessary to add an additional network channel to the WebLogic Administration Server.
81
81
{{% /notice %}}
82
82
83
83
For example, here is a snippet of a WebLogic domain `config.xml` file for channel `PortForward` for the Administration Server.
0 commit comments