diff --git a/docbook/pom.xml b/docbook/pom.xml index 409b4afd4f..29d73eaa58 100755 --- a/docbook/pom.xml +++ b/docbook/pom.xml @@ -110,6 +110,10 @@ project.version ${project.version} + + picketlink.version + ${picketlink.version} + saxon diff --git a/docbook/reference/en/en-US/modules/server-installation.xml b/docbook/reference/en/en-US/modules/server-installation.xml index d0c7b115e5..9b4413af09 100755 --- a/docbook/reference/en/en-US/modules/server-installation.xml +++ b/docbook/reference/en/en-US/modules/server-installation.xml @@ -120,6 +120,9 @@ keycloak-war-dist-all-&project.version;/ Password: admin. Keycloak will then prompt you to enter in a new password. + + If you have Keycloak on JBoss AS 7.1.1 or EAP 6.2 make sure to follow these steps. +
Configuring the Server @@ -389,20 +392,59 @@ keycloak-war-dist-all-&project.version;/
-
- AS7/EAP6.x Logging +
+ AS7/EAP6.x specifics - Accessing the admin console will get these annoying log messages: + If you have Keycloak on JBoss AS 7.1.1 or JBoss EAP 6.2, you need to do few other things in order to have Keycloak up and running. This includes: + + + + Remove or comment the element from file KEYCLOAK_HOME/standalone/deployments/auth-server.war/WEB-INF/jboss-deployment-structure.xml. + + + +]]> + + + + + Then either: + + + + + + Disable webservices extension and subsystem by remove (or comment) both in KEYCLOAK_HOME/standalone/configuration/standalone.xml. + + + + + If you want to use webservices subsystem, the alternative is to remove 2 JAR files + KEYCLOAK_HOME/standalone/deployments/auth-server.war/WEB-INF/lib/keycloak-saml-protocol-&project.version;.jar + and KEYCLOAK_HOME/standalone/deployments/auth-server.war/WEB-INF/lib/picketlink-federation-&picketlink.version;.jar + but note that SAML won't work. + + + + + + +
+ AS7/EAP6.x Logging + + Accessing the admin console will get these annoying log messages: + WARN [org.jboss.resteasy.core.ResourceLocator] (http-/127.0.0.1:8080-3) Field providers of subresource xxx will not be injected according to spec - - These can be ignored by editing standalone.xml of your jboss installation: - + + These can be ignored by editing standalone.xml of your jboss installation: + @@ -410,7 +452,9 @@ keycloak-war-dist-all-&project.version;/ ]]> +
+
SSL/HTTPS Requirement/Modes