fixed RHSSO-917
This commit is contained in:
parent
c3925540d4
commit
8eb6518448
2 changed files with 5 additions and 5 deletions
|
@ -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`.
|
. 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 <<fake/../../jboss-adapter.adoc#_jboss_adapter,JBoss adapter documentation>>
|
. Install the {{book.project.name}} adapter subsystem to your Wildfly server as described in the <<fake/../../jboss-adapter.adoc#_jboss_adapter,JBoss adapter documentation>>
|
||||||
|
|
||||||
. 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]
|
[source,xml]
|
||||||
----
|
----
|
||||||
|
@ -114,7 +114,7 @@ To run Hawtio on the Wildfly 10 server, complete the following steps:
|
||||||
+
|
+
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
cd $WILDFLY_HOME/bin
|
cd $EAP_HOME/bin
|
||||||
./standalone.sh -Djboss.socket.binding.port-offset=101
|
./standalone.sh -Djboss.socket.binding.port-offset=101
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ Use this for {{book.fuseVersion}}:
|
||||||
+
|
+
|
||||||
[source,subs="attributes"]
|
[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 %}
|
{% if book.community %}
|
||||||
unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{{book.project.versionMvn}}.zip
|
unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-{{book.project.versionMvn}}.zip
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue