Skip to content

Commit 73df007

Browse files
committed
Minor changes.
1 parent 8bbfc26 commit 73df007

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To ensure on-the-wire security, the SSL port or Admin port should be used instea
5656
wls:/base_domain/serverConfig/> exit()
5757
```
5858

59-
If the WebLogic administration port is enabled on the Administration Server, then you will need to forward the local port to the Administration port. In this case, the Administration Console access will require using `https` protocol and WLST access will require using `t3s` protocol. Similarly, when the SSL port is enabled, using the SSL port requires using the `https` and `t3s` protocol for Console and WLST access respectively.
59+
If the WebLogic administration port is enabled on the Administration Server, then you will need to forward the local port to the Administration port. In this case, the Administration Console access will require using the secure `https` protocol and WLST access will require using `t3s` protocol. Similarly, when the SSL port is enabled, using the SSL port requires using the `https` and `t3s` protocols for Console and WLST access respectively.
6060

6161
{{% notice note %}}
6262
A port-forward session ends once the Pod instance fails or restarts. You can rerun the same command to establish a new port forwarding session and resume forwarding.
@@ -70,7 +70,7 @@ If the local (forwarded) port number is not the same as the Administration port
7070
{{% /notice %}}
7171

7272
#### Specify Local IP Address for Port Forwarding
73-
You can use the `--address` option of the `kubectl port-forward` command to listen on the localhost using the defined IP address. The `--address` option only accepts IP addresses or localhost (comma-separated) as a value. See `kubectl port-forward -h` for help and examples.
73+
You can use the `--address` option of the `kubectl port-forward` command to listen on the defined IP address. The `--address` option only accepts IP addresses or localhost (comma-separated) as a value. See `kubectl port-forward -h` for help and examples.
7474

7575
Below is an example command that uses a defined IP address.
7676

0 commit comments

Comments
 (0)