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+"] ----