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/config-overrides.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
@@ -56,7 +56,7 @@ For a detailed walk-through of the runtime flow, see the [Internal design flow](
56
56
57
57
* A WebLogic domain home must not contain any situational configuration XML file in its `optconfig` directory that was not placed there by the operator. Any existing situational configuration XML files in this directory will be deleted and replaced by your operator override templates (if any).
58
58
59
-
* If you want to override a JDBC, JMS, or WLDF module, the original module must be located in your domain home `config/jdbc`, `config/jms`, and `config/wldf` directory, respectively. These are the default locations for these types of modules.
59
+
* If you want to override a JDBC, JMS, or WLDF (diagnostics) module, the original module must be located in your domain home `config/jdbc`, `config/jms`, and `config/diagnostics` directory, respectively. These are the default locations for these types of modules.
60
60
61
61
---
62
62
# Typical overrides
@@ -115,7 +115,7 @@ The operator requires a different file name format for override templates than W
@@ -193,7 +193,7 @@ The secret macro `SECRETNAME` field must reference the name of a Kubernetes secr
193
193
* When overriding `config.xml`, XML namespace `xmlns` abbreviations must be exactly as specified.
194
194
* When overriding `config.xml`, the XML namespace (`xmlns:` in the XML) must be exactly as specified in [Override template schemas](#override-template-schemas).
195
195
* For example, use `d:` to reference `config.xml` beans and attributes, `f:` for `add` and `replace``domain-fragment` verbs, and `s:` to reference the situational config schema.
196
-
* It is a best practice to use XML namespace abbreviations `jms:`, `jdbc:`, and `wldf:` respectively for JMS, JDBC, and WLDF module override files.
196
+
* It is a best practice to use XML namespace abbreviations `jms:`, `jdbc:`, and `wldf:` respectively for JMS, JDBC, and WLDF (diagnostics) module override files.
197
197
198
198
## Override template samples
199
199
@@ -394,6 +394,6 @@ Incorrectly formatted override files may be accepted without warnings or errors,
394
394
* The `startServer.sh` script in the WebLogic Server pods:
395
395
* Copies the expanded situational configuration files to a special location where the WebLogic runtime can find them:
396
396
* `config.xml` overrides are copied to the `optconfig` directory in its domain home.
397
-
* Module overrides are copied to the `optconfig/jdbc`, `optconfig/jms`, or `optconfig/wldf` directory.
397
+
* Module overrides are copied to the `optconfig/jdbc`, `optconfig/jms`, or `optconfig/diagnostics` directory.
398
398
* Deletes any situational configuration files in the `optconfig` directory that do not have corresponding template files in the configuration map.
399
399
* WebLogic Servers read their overrides from their domain home's `optconfig` directory.
0 commit comments