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: site/domains.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,6 @@ running in Kubernetes.
65
65
*_Log File Locations:_ The operator can automatically override WebLogic domain and server log locations using situational
66
66
configuration overrides. This occurs if the domain resource `logHomeEnabled` field is explicitly set to `true`, or if `logHomeEnabled` isn't set
67
67
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.
70
68
*_Listen Address Overrides:_ The operator will automatically override all WebLogic domain default,
71
69
SSL, admin, or custom channel listen addresses (using situational configuration overrides). These will become `domainUID` followed by a
72
70
hyphen and then the server name, all lower case, and underscores converted to hyphens. For example, if `domainUID=domain1` and
0 commit comments