From 9d011720a7d3dd4355426877b197d5e899d71313 Mon Sep 17 00:00:00 2001 From: Jen Malloy Date: Fri, 31 Mar 2017 11:58:35 -0400 Subject: [PATCH] RHSSO-931: fixed code block so variables are transformed and rendered in code block --- securing_apps/topics/oidc/java/fuse/hawtio.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/securing_apps/topics/oidc/java/fuse/hawtio.adoc b/securing_apps/topics/oidc/java/fuse/hawtio.adoc index 1f1d1d08fa..6c0779599a 100644 --- a/securing_apps/topics/oidc/java/fuse/hawtio.adoc +++ b/securing_apps/topics/oidc/java/fuse/hawtio.adoc @@ -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: + -[source,xml] +[source,xml,options="nowrap",subs="attributes+"] ---- ... @@ -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: + -[source,xml] +[source,xml,options="nowrap",subs="attributes+"] ---- @@ -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. + -[source,xml] +[source,xml,options="nowrap",subs="attributes+"] ----