Merge pull request #89 from jenmalloy/RHSSO-931-take2
RHSSO-931: fixed code block so variables are transformed and rendered…
This commit is contained in:
commit
0c16cf3c5c
1 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ To run Hawtio on the {{book.hawtioEAPVersion}} server, complete the following st
|
||||||
|
|
||||||
. In the `$EAP_HOME/standalone/configuration/standalone.xml` file configure the system properties as in this example:
|
. In the `$EAP_HOME/standalone/configuration/standalone.xml` file configure the system properties as in this example:
|
||||||
+
|
+
|
||||||
[source,xml]
|
[source,xml,options="nowrap",subs="attributes+"]
|
||||||
----
|
----
|
||||||
<extensions>
|
<extensions>
|
||||||
...
|
...
|
||||||
|
@ -92,7 +92,7 @@ To run Hawtio on the {{book.hawtioEAPVersion}} server, complete the following st
|
||||||
|
|
||||||
. Add the Hawtio realm to the same file in the `security-domains` section:
|
. Add the Hawtio realm to the same file in the `security-domains` section:
|
||||||
+
|
+
|
||||||
[source,xml]
|
[source,xml,options="nowrap",subs="attributes+"]
|
||||||
----
|
----
|
||||||
<security-domain name="hawtio" cache-type="default">
|
<security-domain name="hawtio" cache-type="default">
|
||||||
<authentication>
|
<authentication>
|
||||||
|
@ -106,7 +106,7 @@ To run Hawtio on the {{book.hawtioEAPVersion}} server, complete the following st
|
||||||
. Add the `secure-deployment` section `hawtio` to the adapter subsystem. This ensures that the Hawtio WAR is able to find the JAAS login module classes.
|
. Add the `secure-deployment` section `hawtio` to the adapter subsystem. This ensures that the Hawtio WAR is able to find the JAAS login module classes.
|
||||||
|
|
||||||
+
|
+
|
||||||
[source,xml]
|
[source,xml,options="nowrap",subs="attributes+"]
|
||||||
----
|
----
|
||||||
<subsystem xmlns="urn:jboss:domain:keycloak:1.1">
|
<subsystem xmlns="urn:jboss:domain:keycloak:1.1">
|
||||||
<secure-deployment name="{{book.hawtioWARVersion}}" />
|
<secure-deployment name="{{book.hawtioWARVersion}}" />
|
||||||
|
|
Loading…
Reference in a new issue