Skip to content

Commit 7500bdc

Browse files
committed
minor doc fix and remove unused constant
1 parent 86da5c2 commit 7500bdc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs-source/content/userguide/managing-domains/configoverrides/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Incorrectly formatted override files may be accepted without warnings or errors
340340
341341
On WebLogic Servers that support the `weblogic.SituationalConfig.failBootOnError` system property ( Note: It is not supported in WebLogic Server 12.2.1.3.0 ),
342342
by default the WebLogic server will fail to boot if any situational configuration files are invalid,
343-
if it encounters an error while loading situational configuration files.
343+
or if it encounters an error while loading situational configuration files.
344344
By setting the `FAIL_BOOT_ON_SITUATIONAL_CONFIG_ERROR` environment variable in the Kubernetes containers for the WebLogic Servers to `false`, you can start up the WebLogic Servers even with incorrectly formatted override files.
345345
346346
* Make sure you've followed each step in the [Step-by-step guide](#step-by-step-guide).

model/src/main/java/oracle/kubernetes/operator/KubernetesConstants.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public interface KubernetesConstants {
2626
String[] DOMAIN_ALTERNATE_VERSIONS = {"v2", "v3"};
2727

2828
boolean DEFAULT_INCLUDE_SERVER_OUT_IN_POD_LOG = true;
29-
boolean DEFAULT_FAIL_BOOT_ON_SITUATIONAL_ERROR = true;
3029

3130
String CONTAINER_NAME = "weblogic-server";
3231

0 commit comments

Comments
 (0)