diff --git a/book.json b/book.json index 5184921b31..67fbccc5ac 100755 --- a/book.json +++ b/book.json @@ -13,8 +13,10 @@ "product": false, "images": "rhsso-images", "appserver": { - "name": "Wildfly", - "version": "10.0.0.Final" + "name": "JBoss EAP", + "version": "6.4", + "admindoc": "Administration and Configuration Guide", + "admindoclink": "https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Administration_and_Configuration_Guide/" }, "project": { "name": "Keycloak", diff --git a/topics/deployment-mode.adoc b/topics/deployment-mode.adoc index d836d70938..c9c92f4a79 100755 --- a/topics/deployment-mode.adoc +++ b/topics/deployment-mode.adoc @@ -3,4 +3,8 @@ Before deploying {{book.project.name}} in a production environment you need to decide which type of deployment method you are going to use. Will you run {{book.project.name}} within a cluster? Do you want a centralized way to manage your server configurations? This is where deciding the deployment mode comes in. This decision - effects how you configure databases, configure caching and even how you boot the server. \ No newline at end of file + effects how you configure databases, configure caching and even how you boot the server. + +TIP: The {{book.project.name}} is built on top of the {{book.appserver.name}} Application Server. This guide will only + go over the basics for deployment within a specific mode. If you want specific information on this, a better place + to go would be the link:{{book.appserver.admindoclink}}[{{book.appserver.admindoc}}] \ No newline at end of file