more
This commit is contained in:
parent
9515deaeab
commit
28a0e60929
2 changed files with 9 additions and 3 deletions
|
@ -13,8 +13,10 @@
|
||||||
"product": false,
|
"product": false,
|
||||||
"images": "rhsso-images",
|
"images": "rhsso-images",
|
||||||
"appserver": {
|
"appserver": {
|
||||||
"name": "Wildfly",
|
"name": "JBoss EAP",
|
||||||
"version": "10.0.0.Final"
|
"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": {
|
"project": {
|
||||||
"name": "Keycloak",
|
"name": "Keycloak",
|
||||||
|
|
|
@ -4,3 +4,7 @@ Before deploying {{book.project.name}} in a production environment you need to d
|
||||||
you are going to use. Will you run {{book.project.name}} within a cluster? Do you want a centralized way to manage
|
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
|
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.
|
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}}]
|
Loading…
Reference in a new issue