diff --git a/securing_apps/topics/oidc/java/tomcat-adapter.adoc b/securing_apps/topics/oidc/java/tomcat-adapter.adoc index 84c4980445..c1b3b68653 100644 --- a/securing_apps/topics/oidc/java/tomcat-adapter.adoc +++ b/securing_apps/topics/oidc/java/tomcat-adapter.adoc @@ -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 diff --git a/securing_apps/topics/saml/java/tomcat-adapter.adoc b/securing_apps/topics/saml/java/tomcat-adapter.adoc index a6540451fe..c56be44047 100644 --- a/securing_apps/topics/saml/java/tomcat-adapter.adoc +++ b/securing_apps/topics/saml/java/tomcat-adapter.adoc @@ -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. diff --git a/securing_apps/topics/saml/java/tomcat-adapter/tomcat_adapter_installation.adoc b/securing_apps/topics/saml/java/tomcat-adapter/tomcat_adapter_installation.adoc index 9f6ecf19dc..a2b180d53c 100644 --- a/securing_apps/topics/saml/java/tomcat-adapter/tomcat_adapter_installation.adoc +++ b/securing_apps/topics/saml/java/tomcat-adapter/tomcat_adapter_installation.adoc @@ -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