KEYCLOAK-13447 Typo in domain.adoc
This commit is contained in:
parent
4cf7b4fccd
commit
e85f0cef00
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
Domain mode is a way to centrally manage and publish the configuration for your servers.
|
Domain mode is a way to centrally manage and publish the configuration for your servers.
|
||||||
|
|
||||||
Running a cluster in standard mode can quickly become aggravating as the cluster grows in size. Every time you need
|
Running a cluster in standard mode can quickly become aggravating as the cluster grows in size. Every time you need
|
||||||
to make a configuration change, you have perform it on each node in the cluster. Domain mode solves this problem by providing
|
to make a configuration change, you have to perform it on each node in the cluster. Domain mode solves this problem by providing
|
||||||
a central place to store and publish configuration. It can be quite complex to set up, but it is worth it in the end.
|
a central place to store and publish configuration. It can be quite complex to set up, but it is worth it in the end.
|
||||||
This capability is built into the {appserver_name} Application Server which {project_name} derives from.
|
This capability is built into the {appserver_name} Application Server which {project_name} derives from.
|
||||||
|
|
||||||
|
@ -198,7 +198,7 @@ $ .../bin/domain.sh --host-config=host-master.xml
|
||||||
> ...\bin\domain.bat --host-config=host-master.xml
|
> ...\bin\domain.bat --host-config=host-master.xml
|
||||||
----
|
----
|
||||||
|
|
||||||
When running the boot script you will need pass in the host controlling configuration file you are going to use via the
|
When running the boot script you will need to pass in the host controlling configuration file you are going to use via the
|
||||||
`--host-config` switch.
|
`--host-config` switch.
|
||||||
|
|
||||||
[[_clustered-domain-example]]
|
[[_clustered-domain-example]]
|
||||||
|
|
Loading…
Reference in a new issue