Skip to content

Commit e1fd7b8

Browse files
committed
Fix typos
1 parent 082819f commit e1fd7b8

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

site/server-lifecycle.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,34 @@ The "serverStartPolicy" property determine which servers should be running.
3434
"serverStartPolicy" can be specified at the domain, cluster and server levels. Each level supports a different set of values:
3535

3636
#### Available serverStartPolicy Values
37-
| Level | Default Value | Supported Value |
37+
| Level | Default Value | Supported Values |
3838
| --- | --- | --- |
3939
| Domain | IF_NEEDED | IF_NEEDED, ADMIN_ONLY, NEVER |
4040
| Cluster | IF_NEEDED | IF_NEEDED, NEVER |
4141
| Server | IF_NEEDED | IF_NEEDED, ALWAYS, NEVER |
4242

4343
#### Admin Server Rules
44-
| Domain | Admin Server | Should Run |
45-
| NEVER | IF_NEEDED, ALWAYS, NEVER | no |
46-
| ADMIN_ONLY, IF_NEEDED | NEVER | no |
47-
| ADMIN_ONLY, IF_NEEDED | IF_NEEDED, ALWAYS | yes |
44+
| Domain | Admin Server | Started / Stopped |
45+
| --- | --- | --- |
46+
| NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
47+
| ADMIN_ONLY, IF_NEEDED | NEVER | Stopped |
48+
| ADMIN_ONLY, IF_NEEDED | IF_NEEDED, ALWAYS | Started |
4849

4950
#### Standalone Managed Server Rules
50-
| Domain | Standalone Server | Should Run |
51-
| ADMIN_ONLY, NEVER | IF_NEEDED, ALWAYS, NEVER | no |
52-
| IF_NEEDED | NEVER | no |
53-
| IF_NEEDED | IF_NEEDED, ALWAYS | yes |
51+
| Domain | Standalone Server | Started / Stopped |
52+
| --- | --- | --- |
53+
| ADMIN_ONLY, NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
54+
| IF_NEEDED | NEVER | Stopped |
55+
| IF_NEEDED | IF_NEEDED, ALWAYS | Started |
5456

5557
#### Clustered Managed Server Rules
56-
| Domain | Cluster | Clustered Server | Should Run |
57-
| ADMIN_ONLY, NEVER | IF_NEEDED, NEVER | IF_NEEDED, ALWAYS, NEVER | no |
58-
| IF_NEEDED | NEVER | IF_NEEDED, ALWAYS, NEVER | no |
59-
| IF_NEEDED | IF_NEEDED | NEVER | no |
60-
| IF_NEEDED | IF_NEEDED | ALWAYS | yes |
61-
| IF_NEEDED | IF_NEEDED | IF_NEEDED | started if needed to get to the cluster's "replicas" count |
58+
| Domain | Cluster | Clustered Server | Started / Stopped |
59+
| --- | --- | --- | --- |
60+
| ADMIN_ONLY, NEVER | IF_NEEDED, NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
61+
| IF_NEEDED | NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
62+
| IF_NEEDED | IF_NEEDED | NEVER | Stopped |
63+
| IF_NEEDED | IF_NEEDED | ALWAYS | Started |
64+
| IF_NEEDED | IF_NEEDED | IF_NEEDED | Started if needed to get to the cluster's "replicas" count |
6265

6366
Note: servers configured as ALWAYS count towards the cluster's "replicas" count.
6467

0 commit comments

Comments
 (0)