keycloak-scim/server_installation/topics/clustering/booting.adoc
andymunro cb730556a7
KEYCLOAK-15291 Addressing review comments. (#1201)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 12:39:43 +01:00

21 lines
585 B
Text

=== Booting the cluster
Booting {project_name} in a cluster depends on your <<_operating-mode, operating mode>>
.Standalone Mode
[source]
----
$ bin/standalone.sh --server-config=standalone-ha.xml
----
.Domain Mode
[source]
----
$ bin/domain.sh --host-config=host-master.xml
$ bin/domain.sh --host-config=host-slave.xml
----
You may need to use additional parameters or system properties. For example, the parameter `-b` for the binding host or the system property
`jboss.node.name` to specify the name of the route, as described in <<sticky-sessions,Sticky Sessions >> section.