diff --git a/securing_apps/topics/oidc/java/fuse/hawtio.adoc b/securing_apps/topics/oidc/java/fuse/hawtio.adoc index d149b3b275..4b59abedae 100644 --- a/securing_apps/topics/oidc/java/fuse/hawtio.adoc +++ b/securing_apps/topics/oidc/java/fuse/hawtio.adoc @@ -62,13 +62,13 @@ To run Hawtio on the Wildfly 10 server, complete the following steps: . Set up {{book.project.name}} as in the Securing the Hawtio Administration Console section above. The following assumptions apply: you have a {{book.project.name}} realm `demo` and client `hawtio-client`, and your {{book.project.name}} is running on `localhost:8080` while the Wildfly server with deployed Hawtio will be running on `localhost:8181`. -. Copy the `hawtio.war` archive to the `$WILDFLY_HOME/standalone/configuration` directory. For more details about deploying Hawtio see the Fuse Hawtio documentation. +. Copy the `hawtio.war` archive to the `$EAP_HOME/standalone/configuration` directory. For more details about deploying Hawtio see the Fuse Hawtio documentation. -. Copy the `keycloak-hawtio.json` and `keycloak-hawtio-client.json` files with the above content to the `$WILDFLY_HOME/standalone/configuration` directory. +. Copy the `keycloak-hawtio.json` and `keycloak-hawtio-client.json` files with the above content to the `$EAP_HOME/standalone/configuration` directory. . Install the {{book.project.name}} adapter subsystem to your Wildfly server as described in the <> -. In the `$WILDFLY_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] ---- @@ -114,7 +114,7 @@ To run Hawtio on the Wildfly 10 server, complete the following steps: + [source,xml] ---- -cd $WILDFLY_HOME/bin +cd $EAP_HOME/bin ./standalone.sh -Djboss.socket.binding.port-offset=101 ---- diff --git a/securing_apps/topics/oidc/java/fuse/install-feature.adoc b/securing_apps/topics/oidc/java/fuse/install-feature.adoc index 33f3705acd..6ac76a43bd 100644 --- a/securing_apps/topics/oidc/java/fuse/install-feature.adoc +++ b/securing_apps/topics/oidc/java/fuse/install-feature.adoc @@ -65,7 +65,7 @@ Use this for {{book.fuseVersion}}: + [source,subs="attributes"] ---- -cd /path-to-fuse/jboss-fuse-6.3.0.redhat-198 +cd /path-to-fuse/jboss-fuse-6.3.0.redhat-224 {% if book.community %} unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{{book.project.versionMvn}}.zip {% endif %}