KEYCLOAK-9596 Remove Apache Tomcat 6.0.x adapter

This commit is contained in:
vramik 2019-05-20 13:35:46 +02:00 committed by Hynek Mlnařík
parent 0c6f0b7b3f
commit f2638053ff
3 changed files with 3 additions and 7 deletions

View file

@ -1,8 +1,8 @@
[[_tomcat_adapter]] [[_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. You then have to provide some extra configuration in each WAR you deploy to Tomcat.
Let's go over these steps. 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 $ cd $TOMCAT_HOME/lib
$ unzip keycloak-tomcat6-adapter-dist.zip
or
$ unzip keycloak-tomcat7-adapter-dist.zip $ unzip keycloak-tomcat7-adapter-dist.zip
or or
$ unzip keycloak-tomcat8-adapter-dist.zip $ unzip keycloak-tomcat8-adapter-dist.zip

View file

@ -2,7 +2,7 @@
==== Tomcat SAML adapters ==== 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. You then have to provide some extra configuration in each WAR you deploy to Tomcat.
Let's go over these steps. Let's go over these steps.

View file

@ -14,8 +14,6 @@ a Valve and valve code must reside in Tomcat's main lib/ directory.
[source] [source]
---- ----
$ cd $TOMCAT_HOME/lib $ cd $TOMCAT_HOME/lib
$ unzip keycloak-saml-tomcat6-adapter-dist.zip
or
$ unzip keycloak-saml-tomcat7-adapter-dist.zip $ unzip keycloak-saml-tomcat7-adapter-dist.zip
or or
$ unzip keycloak-saml-tomcat8-adapter-dist.zip $ unzip keycloak-saml-tomcat8-adapter-dist.zip