-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The wildfly occurrences should be replaced by EAP 6.4
2.1.3.10.1. Securing Hawtio on EAP
- To run Hawtio on the Wildfly 10 server
- while the Wildfly server with deployed Hawtio
- 4. Install the Red Hat Single Sign-On adapter subsystem to your Wildfly server
- 8. Restart the Wildfly server with Hawtio
When you install fuse on eap, the hawtio war contains also the version, so the following paragraph
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.
<subsystem xmlns="urn:jboss:domain:keycloak:1.1">
<secure-deployment name="hawtio.war" />
</subsystem>
should be changed to:
<subsystem xmlns="urn:jboss:domain:keycloak:1.1">
<secure-deployment name="hawtio-wildfly-1.4.0.redhat-630254.war" />
</subsystem>
should be changed to
- is related to
-
RHSSO-832 QE to review Securing Applications and Services Guide for GA
-
- Closed
-