GEODE-3029: Tomcat Install Documentation has incorrect required JARs
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/86b47570 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/86b47570 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/86b47570 Branch: refs/heads/feature/GEODE-3023 Commit: 86b475703b0ceebdf2a20f95769caf170fadae8a Parents: 91ad453 Author: Dave Barnes <[email protected]> Authored: Thu Jun 8 10:17:25 2017 -0700 Committer: Udo Kohlmeyer <[email protected]> Committed: Fri Jun 9 13:12:03 2017 -0700 ---------------------------------------------------------------------- .../http_session_mgmt/tomcat_installing_the_module.html.md.erb | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/86b47570/geode-docs/tools_modules/http_session_mgmt/tomcat_installing_the_module.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/tools_modules/http_session_mgmt/tomcat_installing_the_module.html.md.erb b/geode-docs/tools_modules/http_session_mgmt/tomcat_installing_the_module.html.md.erb index b96a254..de5d3ab 100644 --- a/geode-docs/tools_modules/http_session_mgmt/tomcat_installing_the_module.html.md.erb +++ b/geode-docs/tools_modules/http_session_mgmt/tomcat_installing_the_module.html.md.erb @@ -27,6 +27,7 @@ This topic describes how to install the HTTP session management module for Tomca 3. Unzip the module into the `$CATALINA_HOME` directory or wherever you installed the application server. 4. Copy the following jar files to the `lib` directory of your Tomcat server (`$CATALINA_HOME/lib`): - antlr jar + - commons-lang jar - fastutil jar - geode-core jar - javax.transaction-api jar @@ -34,5 +35,6 @@ This topic describes how to install the HTTP session management module for Tomca - log4j-api jar - log4j-core jar - log4j-jul jar + - shiro-core jar
