Skip to content

Commit 89a57fd

Browse files
Tom Barnesrjeberhard
authored andcommitted
Update config overrides doc: serverRestart -> serverStart.
1 parent b3f6ba0 commit 89a57fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/config-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ The following `jdbc-testDS.xml` override template demonstrates setting the URL,
291291
* Any override changes require stopping all WebLogic pods, applying your domain resource (if it changed), and restarting the WebLogic pods before they can take effect.
292292
* Custom override changes on an existing running domain, such as updating an override configuration map, a secret, or a domain resource, will not take effect until all running WebLogic Server pods in your domain are shutdown (so no servers are left running), and the domain is subsequently restarted with your new domain resource (if it changed), or with your existing domain resource (if you haven't changed it).
293293
* To stop all running WebLogic Server pods in your domain, apply a changed resource, and then start/restart the domain:
294-
* Set your domain resource `serverRestartPolicy` to `NEVER`, wait, and apply your latest domain resource with the `serverRestartPolicy` restored back to `ALWAYS` or `IF_NEEDED` (see [Server Lifecycle](server-lifecycle.md) and [Restarting WebLogic servers](restart.md).)
294+
* Set your domain resource `serverStartPolicy` to `NEVER`, wait, and apply your latest domain resource with the `serverStartPolicy` restored back to `ALWAYS` or `IF_NEEDED` (see [Server Lifecycle](server-lifecycle.md) and [Restarting WebLogic servers](restart.md).)
295295
* Or delete your domain resource, wait, and apply your (potentially changed) domain resource.
296296
* See [Debugging](#debugging) for ways to check if the situational configuration is taking effect or if there are errors.
297297

0 commit comments

Comments
 (0)