|
1 | 1 | # Starting a WebLogic domain
|
2 | 2 |
|
3 |
| -Startup of the domain is controlled by settings in the domain custom resource. The domain creation job, if used, will have created a domain custom resource YAML file. If the domain was created manually, this YAML file will also need to be created manually. |
| 3 | +Startup of the domain is controlled by settings in the domain custom resource. If used, the domain creation job will have created a domain custom resource YAML file. If the domain was created manually, this YAML file will also need to be created manually. |
4 | 4 |
|
5 | 5 | An example of the domain custom resource YAML file is shown below:
|
6 | 6 |
|
@@ -96,10 +96,10 @@ The operator determines which servers to start using the following logic:
|
96 | 96 | * If `startupControl` is set to `SPECIFIED`, then:
|
97 | 97 |
|
98 | 98 | * The Administration Server will be started.
|
99 |
| - * Each server listed in a `serverStartup` section will be brought up to state that is specified in the `desiredState` in that section, `RUNNING` or `ADMIN`. |
100 |
| - * For each cluster listed in a `clusterStartup` section, a number of servers in that cluster equal to the `replicas` setting will be brought up to state that is specified in the `desiredState` in that section, `RUNNING` or `ADMIN`. If `replicas` is not specified in `clusterStartup`, then the top-level `replicas` field in the domain custom resource will be used instead. |
| 99 | + * Each server listed in a `serverStartup` section will be brought up to the state that is specified in the `desiredState` in that section, `RUNNING` or `ADMIN`. |
| 100 | + * For each cluster listed in a `clusterStartup` section, a number of servers in that cluster, equal to the `replicas` setting, will be brought up to the state that is specified in the `desiredState` in that section, `RUNNING` or `ADMIN`. If `replicas` is not specified in `clusterStartup`, then the top-level `replicas` field in the domain custom resource will be used instead. |
101 | 101 |
|
102 | 102 | * If `startupControl` is set to `AUTO`, then:
|
103 | 103 |
|
104 | 104 | * The operator will perform as if `startupControl` were set to `SPECIFIED`.
|
105 |
| - * For all clusters that do not have a `clusterStartup` section, a number of servers in that cluster equal to the top-level `replicas` setting will be brought up to `RUNNING` state. |
| 105 | + * For all clusters that do not have a `clusterStartup` section, the number of servers in that cluster equal to the top-level `replicas` setting, will be brought up to the `RUNNING` state. |
0 commit comments