This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch feature/GEODE-8532 in repository https://gitbox.apache.org/repos/asf/geode.git
commit fc29918251d6aef9fea8233a1268fd8a80aec644 Author: Nabarun Nag <[email protected]> AuthorDate: Wed Dec 2 14:28:23 2020 -0800 GEODE-8532: Corrected the geode-tcp-server jar name in doc --- .../http_session_mgmt/tomcat_installing_the_module.html.md.erb | 2 +- .../http_session_mgmt/weblogic_setting_up_the_module.html.md.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 83590e4..e75068d 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 @@ -37,7 +37,7 @@ This topic describes how to install the HTTP session management module for Tomca - geode-management jar - geode-serialization jar - geode-membership jar - - geode-tcp jar + - geode-tcp-server jar - javax.transaction-api jar - jgroups jar - log4j-api jar diff --git a/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb b/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb index 6f7aa22..e651ab2 100644 --- a/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb +++ b/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb @@ -72,7 +72,7 @@ To modify your war or ear file manually, make the following updates: - geode-logging jar - geode-serialization jar - geode-membership jar - - geode-tcp jar + - geode-tcp-server jar - javax.transaction-api jar - jgroups jar - log4j-api jar
