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/3e54875c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3e54875c Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/3e54875c Branch: refs/heads/feature/GEODE-2558 Commit: 3e54875c4a752f231ac07f78f769bab7430c3705 Parents: 3ae0602 Author: Dave Barnes <[email protected]> Authored: Thu Jun 8 10:17:25 2017 -0700 Committer: Dave Barnes <[email protected]> Committed: Thu Jun 8 13:18:25 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/3e54875c/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
