Docs update: Fix typo and update list of supported databases
This commit is contained in:
parent
8931be5e61
commit
9fee1275e3
2 changed files with 12 additions and 6 deletions
|
@ -64,11 +64,11 @@
|
|||
<para>
|
||||
To add Keycloak to existing standalone.xml server config run:
|
||||
<programlisting>
|
||||
bin/jboss-cli.sh --file=keycloak-install.cli
|
||||
bin/jboss-cli.sh --file=bin/keycloak-install.cli
|
||||
</programlisting>
|
||||
To add Keycloak to existing standalone-ha.xml server config run:
|
||||
<programlisting>
|
||||
bin/jboss-cli.sh --file=keycloak-install.cli
|
||||
bin/jboss-cli.sh --file=bin/keycloak-install-ha.cli
|
||||
</programlisting>
|
||||
If you want to add Keycloak to a different server config edit keycloak-install.cli or keycloak-install-ha.cli
|
||||
and change the name of the server config.
|
||||
|
@ -242,6 +242,11 @@ bin/add-user.[sh|bat] -r master -u <username> -p <password>
|
|||
<entry>JDBC4 Postgresql Driver, Version 9.3-1100</entry>
|
||||
<entry>auto</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PostgresPlus 9.4</entry>
|
||||
<entry>edb-jdbc17-4.0</entry>
|
||||
<entry>auto</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Oracle 11g R1</entry>
|
||||
<entry>Oracle JDBC Driver v11.1.0.7</entry>
|
||||
|
@ -253,8 +258,8 @@ bin/add-user.[sh|bat] -r master -u <username> -p <password>
|
|||
<entry>org.hibernate.dialect.SQLServer2008Dialect</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Sybase ASE 15.7</entry>
|
||||
<entry>JDBC(TM)/7.07 ESD #5 (Build 26792)/P/EBF20686</entry>
|
||||
<entry>IBM DB2 10.5</entry>
|
||||
<entry>JDBC 4.0 Driver (db2jcc4.jar) 4.19.26</entry>
|
||||
<entry>auto</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
<xsl:stylesheet version="2.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:xalan="http://xml.apache.org/xalan"
|
||||
xmlns:ds="urn:jboss:domain:datasources:3.0"
|
||||
xmlns:ds="urn:jboss:domain:datasources:4.0"
|
||||
xmlns:logging="urn:jboss:domain:logging:3.0"
|
||||
xmlns:ispn="urn:jboss:domain:infinispan:3.0"
|
||||
xmlns:ispn="urn:jboss:domain:infinispan:4.0"
|
||||
xmlns:mcluster="urn:jboss:domain:modcluster:2.0"
|
||||
xmlns:server="urn:jboss:domain:3.0"
|
||||
exclude-result-prefixes='ds logging ispn mcluster xalan server'
|
||||
|
@ -69,6 +69,7 @@
|
|||
<ispn:invalidation-cache name="realms" mode="SYNC"/>
|
||||
<ispn:invalidation-cache name="users" mode="SYNC"/>
|
||||
<ispn:distributed-cache name="sessions" mode="SYNC" owners="2"/>
|
||||
<ispn:distributed-cache name="offlineSessions" mode="SYNC" owners="2"/>
|
||||
<ispn:distributed-cache name="loginFailures" mode="SYNC" owners="2"/>
|
||||
</ispn:cache-container>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Reference in a new issue