Adding a statement about the need to add the 'username' of the newly created user in the host-slave.xml (#224)
This commit is contained in:
parent
ddc88588f8
commit
9bc60d9de1
1 changed files with 7 additions and 0 deletions
|
@ -269,6 +269,13 @@ Now cut and paste the secret value into the _.../domain/configuration/host-slave
|
||||||
</server-identities>
|
</server-identities>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
You will also need to add the _username_ of the created user in the _.../domain/configuration/host-slave.xml_ file:
|
||||||
|
|
||||||
|
[source,xml]
|
||||||
|
----
|
||||||
|
<remote security-realm="ManagementRealm" username="admin">
|
||||||
|
----
|
||||||
|
|
||||||
===== Run the Boot Scripts
|
===== Run the Boot Scripts
|
||||||
|
|
||||||
Since we're simulating a two node cluster on one development machine, you'll run the boot script twice:
|
Since we're simulating a two node cluster on one development machine, you'll run the boot script twice:
|
||||||
|
|
Loading…
Reference in a new issue