KEYCLOAK-9596 Remove Apache Tomcat 6.0.x adapter
This commit is contained in:
parent
0c6f0b7b3f
commit
f2638053ff
3 changed files with 3 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
[[_tomcat_adapter]]
|
||||
==== Tomcat 6, 7 and 8 Adapters
|
||||
==== Tomcat 7 and 8 Adapters
|
||||
|
||||
To be able to secure WAR apps deployed on Tomcat 6, 7 and 8 you must install the Keycloak Tomcat 6, 7 or 8 adapter into your Tomcat installation.
|
||||
To be able to secure WAR apps deployed on Tomcat 7 and 8 you must install the Keycloak Tomcat 7 or 8 adapter into your Tomcat installation.
|
||||
You then have to provide some extra configuration in each WAR you deploy to Tomcat.
|
||||
Let's go over these steps.
|
||||
|
||||
|
@ -21,8 +21,6 @@ Including adapter's jars within your WEB-INF/lib directory will not work! The K
|
|||
----
|
||||
|
||||
$ cd $TOMCAT_HOME/lib
|
||||
$ unzip keycloak-tomcat6-adapter-dist.zip
|
||||
or
|
||||
$ unzip keycloak-tomcat7-adapter-dist.zip
|
||||
or
|
||||
$ unzip keycloak-tomcat8-adapter-dist.zip
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
==== Tomcat SAML adapters
|
||||
|
||||
To be able to secure WAR apps deployed on Tomcat 6, 7 and 8 you must install the Keycloak Tomcat 6, 7 or 8 SAML adapter into your Tomcat installation.
|
||||
To be able to secure WAR apps deployed on Tomcat 7 and 8 you must install the Keycloak Tomcat 7 or 8 SAML adapter into your Tomcat installation.
|
||||
You then have to provide some extra configuration in each WAR you deploy to Tomcat.
|
||||
Let's go over these steps.
|
||||
|
||||
|
|
|
@ -14,8 +14,6 @@ a Valve and valve code must reside in Tomcat's main lib/ directory.
|
|||
[source]
|
||||
----
|
||||
$ cd $TOMCAT_HOME/lib
|
||||
$ unzip keycloak-saml-tomcat6-adapter-dist.zip
|
||||
or
|
||||
$ unzip keycloak-saml-tomcat7-adapter-dist.zip
|
||||
or
|
||||
$ unzip keycloak-saml-tomcat8-adapter-dist.zip
|
||||
|
|
Loading…
Reference in a new issue