2016-03-30 16:11:09 +00:00
|
|
|
# Keycloak Arquillian Integration TestSuite - Test Servers - App Servers
|
2016-03-24 10:24:21 +00:00
|
|
|
|
2016-03-30 16:11:09 +00:00
|
|
|
- [Keycloak Arquillian Integration TestSuite](../../README.md)
|
|
|
|
- [Keycloak Arquillian Integration TestSuite - Test Servers](../README.md)
|
|
|
|
- [Keycloak Arquillian Integration TestSuite - Test Servers - Auth Server](../auth-server/README.md)
|
|
|
|
- Keycloak Arquillian Integration TestSuite - Test Servers - App Servers
|
2016-03-24 10:24:21 +00:00
|
|
|
|
|
|
|
## App Server - JBoss
|
|
|
|
|
|
|
|
JBoss-based container with installed and configured Keycloak adapter.
|
|
|
|
|
|
|
|
Submodules are enabled with profiles: `-Papp-server-MODULE`
|
|
|
|
|
|
|
|
### Modules
|
|
|
|
|
|
|
|
* __`as7` JBossAS 7__
|
|
|
|
* __`wildfly8` Wildfly 8__
|
|
|
|
* __`wildfly9` Wildfly 9__
|
|
|
|
* __`wildfly` Wildfly 10__
|
|
|
|
* __`eap6` EAP 6__ Requires access to EAP product repo, or setting `-Deap6.version` to public EAP 6 Alpha.
|
|
|
|
* __`eap` EAP 7__ Requires access to EAP product repo.
|
|
|
|
* __`relative`__ Activate with `-Papp-server-relative`.
|
|
|
|
* __`wildfly` Relative Wildfly 10__ Based on [`auth-server/jboss/wildfly`](../auth-server/README.md). Activate with `-Pauth-server-wildfly`.
|
|
|
|
* __`eap` Relative EAP 7__ Based on [`auth-server/jboss/eap`](../auth-server/README.md). Activate with `-Pauth-server-eap`.
|
|
|
|
|
|
|
|
### Adapter Libs Location
|
|
|
|
|
|
|
|
* __Provided__ (in container) - Default.
|
|
|
|
* __Bundled__ (in war) `-Dadapter.libs.bundled=true`
|
|
|
|
|
|
|
|
### Adapter Configs Location
|
|
|
|
|
|
|
|
* __Provided__ (in standalone.xml as secure-deployment) _Not implemented_
|
|
|
|
* __Bundled__ (in war) - Default.
|
|
|
|
|
|
|
|
### SSL
|
|
|
|
|
|
|
|
Configures SSL in `standalone.xml`. See profile `ssl`.
|
|
|
|
|
|
|
|
|
|
|
|
## App Server - Karaf
|
|
|
|
Submodules are enabled with profiles: `-Papp-server-MODULE`
|
|
|
|
### Modules
|
|
|
|
* __`karaf3` Karaf 3__
|
|
|
|
* __`fuse61` JBoss Fuse 6.1__
|
|
|
|
* __`fuse62` JBoss Fuse 6.2__
|
|
|
|
|
|
|
|
## App Server - Tomcat
|
|
|
|
Submodules are enabled with profiles: `-Papp-server-MODULE`
|
|
|
|
### Modules
|
|
|
|
* __`tomcat7` Tomcat 7__
|
|
|
|
* __`tomcat8` Tomcat 8__
|