Skip to content

Commit 485a3fe

Browse files
Tom Barnesrjeberhard
authored andcommitted
Doc update: we no longer need listen addresses to be blank or exactly correct, so remove that admonitionfrom the doc.
1 parent 743ebca commit 485a3fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/domains.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ running in Kubernetes.
6565
* _Log File Locations:_ The operator can automatically override WebLogic domain and server log locations using situational
6666
configuration overrides. This occurs if the domain resource `logHomeEnabled` field is explicitly set to `true`, or if `logHomeEnabled` isn't set
6767
and `domainHomeInImage` is explicitly set to `false`. When overriding, the log location will be the location specified by the `logHome` setting.
68-
* _Listen Address Configuration:_ Channel listen addresses in a configuration either must be left completely unset (for example, not set to anything), or must be set to the exact required value, which will be in the form of the `domainUID`
69-
followed by a hyphen and then the server name (with all lower case, underscores converted to hyphens), for example, `domain1-admin-server`. This includes default, SSL, admin, and custom channels.
7068
* _Listen Address Overrides:_ The operator will automatically override all WebLogic domain default,
7169
SSL, admin, or custom channel listen addresses (using situational configuration overrides). These will become `domainUID` followed by a
7270
hyphen and then the server name, all lower case, and underscores converted to hyphens. For example, if `domainUID=domain1` and

0 commit comments

Comments
 (0)