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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ Here are some sample template override files.
203
203
204
204
The following `config.xml` override file demonstrates:
205
205
206
-
* Setting the `max-message-size` field on a WebLogic Server named `admin-server`. It assumes the original `config.xml` does not dfefine this value, and so uses `add` instead of `replace`.
206
+
* Setting the `max-message-size` field on a WebLogic Server named `admin-server`. It assumes the original `config.xml` does not define this value, and so uses `add` instead of `replace`.
207
207
* Sets the `public-address` and `public-port` fields with values obtained from a secret named `test-host` with keys `hostname` and `port`. It assumes the original config.xml already sets these fields, and so uses `replace` instead of `add`.
208
208
* Sets two debug settings. It assumes the original config.xml does not have a `server-debug` stanza, so it uses `add` throughout the entire stanza.
0 commit comments