Updated supported versions for Tomcat and tc Server. [#129957543]
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/66a81e89 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/66a81e89 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/66a81e89 Branch: refs/staging/docs-grant1 Commit: 66a81e89d63e4508b51eb0306e3ef74b52e2bf04 Parents: f38a81a Author: Karen Miller <[email protected]> Authored: Tue Sep 13 15:34:20 2016 -0700 Committer: Karen Miller <[email protected]> Committed: Tue Sep 13 15:34:20 2016 -0700 ---------------------------------------------------------------------- tools_modules/http_session_mgmt/quick_start.html.md.erb | 7 +++---- .../http_session_mgmt/tc_installing_the_module.html.md.erb | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/66a81e89/tools_modules/http_session_mgmt/quick_start.html.md.erb ---------------------------------------------------------------------- diff --git a/tools_modules/http_session_mgmt/quick_start.html.md.erb b/tools_modules/http_session_mgmt/quick_start.html.md.erb index b349bb8..007621a 100644 --- a/tools_modules/http_session_mgmt/quick_start.html.md.erb +++ b/tools_modules/http_session_mgmt/quick_start.html.md.erb @@ -10,9 +10,8 @@ In this section you download, install, and set up the HTTP Session Management mo | Supported Application Server | Version | Download Location | |------------------------------|-----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| - | tc Server | 2.9, 2.8, 2.7, 2.6, and 2.5 | [https://my.vmware.com/web/vmware/info/slug/application_platform/vmware_vfabric_tc_server/2_9](https://my.vmware.com/web/vmware/info/slug/application_platform/vmware_vfabric_tc_server/2_8) | + | tc Server | 2.9 (Deprecated) | [https://my.vmware.com/web/vmware/info/slug/application_platform/vmware_vfabric_tc_server/2_9](https://my.vmware.com/web/vmware/info/slug/application_platform/vmware_vfabric_tc_server/2_9) | | tc Server | 3.0 and 3.1 | [https://network.pivotal.io/products/pivotal-tcserver](https://network.pivotal.io/products/pivotal-tcserver) | - | Tomcat | 6.0 | [http://tomcat.apache.org/download-60.cgi](http://tomcat.apache.org/download-60.cgi) | | Tomcat | 7.0 | [http://tomcat.apache.org/download-70.cgi](http://tomcat.apache.org/download-70.cgi) | | Tomcat | 8.0 | [http://tomcat.apache.org/download-80.cgi](http://tomcat.apache.org/download-80.cgi) | | WebLogic | 11g (10.3.x) | [http://www.oracle.com/technetwork/middleware/weblogic/overview/index.html](http://www.oracle.com/technetwork/middleware/weblogic/overview/index.html) | @@ -25,9 +24,9 @@ In this section you download, install, and set up the HTTP Session Management mo | Supported Application Server | Version | Module | Target Location for Module | |------------------------------|-----------------------------|----------------------------------------------------------|----------------------------------------------------------------------------------| - | tc Server | 2.5, 2.6, 2.7, 2.8, and 2.9 | HTTP Session Management Module for Pivotal tc Server | `<tc Server root dir>/templates` | + | tc Server | 2.9 (Deprecated) | HTTP Session Management Module for Pivotal tc Server | `<tc Server root dir>/templates` | | tc Server | 3.0 | HTTP Session Management Module for Pivotal tc Server 3.0 | `<tc Server root dir>/templates` | - | Tomcat | 6.0 and 7.0 | HTTP Session Management Module for Tomcat | `$CATALINA_HOME` | + | Tomcat | 7.0 | HTTP Session Management Module for Tomcat | `$CATALINA_HOME` | | WebLogic | 11g (10.3.x) | HTTP Session Management Module for AppServers | *any directory* | | WebSphere | 7, 8 | HTTP Session Management Module for AppServers | *any directory* | | JBoss | 5, 6, 7 | HTTP Session Management Module for AppServers | *any directory* | http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/66a81e89/tools_modules/http_session_mgmt/tc_installing_the_module.html.md.erb ---------------------------------------------------------------------- diff --git a/tools_modules/http_session_mgmt/tc_installing_the_module.html.md.erb b/tools_modules/http_session_mgmt/tc_installing_the_module.html.md.erb index 990aee4..d8acf4d 100644 --- a/tools_modules/http_session_mgmt/tc_installing_the_module.html.md.erb +++ b/tools_modules/http_session_mgmt/tc_installing_the_module.html.md.erb @@ -4,7 +4,7 @@ title: Installing the HTTP Module for tc Server This topic describes how to install the HTTP session management module with tc Server templates. -1. If you do not already have tc Server, download and install the product from the [VMware tc Server download page](https://my.vmware.com/web/vmware/info/slug/application_platform/vmware_vfabric_tc_server/2_9) or the [Pivotal tc Server download page](https://network.pivotal.io/products/pivotal-tcserver). These instructions require **tc Server 2.5** or later. +1. If you do not already have tc Server, download and install the product from the [VMware tc Server download page](https://my.vmware.com/web/vmware/info/slug/application_platform/vmware_vfabric_tc_server/2_9) or the [Pivotal tc Server download page](https://network.pivotal.io/products/pivotal-tcserver). These instructions require **tc Server 2.9** or later. 2. The HTTP Session Management Module for tc Server is included in the Apache Geode installation package. After you install Apache Geode, you will find the module in the `tools/Modules` directory of the installation. 3. Unzip the module into the Pivotal tc Server `$CATALINA_HOME/templates` directory so that it creates `geode-p2p` and `geode-cs` subdirectories within the tc Server `templates` directory.
