You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2022/06/03 17:38:11 UTC

[geode] branch support/1.14 updated: GEODE-10342: Add current jars to HTTP Module for Tomcat instructions 1.14 (#7767)

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new bb4c7dc439 GEODE-10342: Add current jars to HTTP Module for Tomcat instructions 1.14 (#7767)
bb4c7dc439 is described below

commit bb4c7dc4392fe38f6206bffc36d60cd651cee906
Author: Max Hufnagel <mh...@vmware.com>
AuthorDate: Fri Jun 3 10:38:06 2022 -0700

    GEODE-10342: Add current jars to HTTP Module for Tomcat instructions 1.14 (#7767)
---
 .../tomcat_installing_the_module.html.md.erb       | 116 +++++++++++++++++----
 1 file changed, 98 insertions(+), 18 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 5e4ac9b6a7..a43d70fe3d 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
@@ -48,23 +48,103 @@ This adds jar files to the `lib` subdirectory and XML files to the `conf` subdir
     unzip $GEODE_HOME/tools/Modules/Apache_Geode_Modules-SERVER-VERSION-Tomcat.zip
     ```
 6.  Copy the following jar files from the <%=vars.product_name%> `lib` subdirectory to the `lib` subdirectory of your Tomcat server (`$CATALINA_HOME/lib`), adding version numbers to the filenames as needed:
-    -   commons-io jar
-    -   commons-lang jar
-    -   commons-validator jar
-    -   fastutil jar
-    -   geode-common jar
-    -   geode-core jar
-    -   geode-logging jar
-    -   geode-management jar
-    -   geode-membership jar
-    -   geode-serialization jar
-    -   geode-tcp-server jar
-    -   javax.transaction-api jar
-    -   jgroups jar
-    -   log4j-api jar
-    -   log4j-core jar
-    -   log4j-jul jar
-    -   micrometer-core jar
-    -   shiro-core jar
+    * antlr jar
+    * classgraph jar
+    * commons-beanutils jar
+    * commons-codec jar
+    * commons-collections jar
+    * commons-io jar
+    * commons-lang3 jar
+    * commons-logging jar
+    * commons-math3 jar
+    * commons-modeler jar
+    * commons-validator jar
+    * fastutil jar
+    * geo jar
+    * geode-common jar
+    * geode-connectors jar
+    * geode-core jar
+    * geode-cq jar
+    * geode-gfsh jar
+    * geode-http-service jar
+    * geode-log4j jar
+    * geode-logging jar
+    * geode-lucene jar
+    * geode-management jar
+    * geode-membership jar
+    * geode-memcached jar
+    * geode-old-client-support jar
+    * geode-protobuf jar
+    * geode-protobuf-messages jar
+    * geode-rebalancer jar
+    * geode-redis jar
+    * geode-serialization jar
+    * geode-tcp-server jar
+    * geode-unsafe jar
+    * geode-wan jar
+    * grumpy-core jar
+    * HdrHistogram jar
+    * HikariCP jar
+    * httpclient jar
+    * httpcore jar
+    * istack-commons-runtime jar
+    * jackson-annotations jar
+    * jackson-core jar
+    * jackson-databind jar
+    * javax.activation jar
+    * javax.activation-api jar
+    * javax.mail-api jar
+    * javax.resource-api jar
+    * javax.servlet-api jar
+    * javax.transaction-api jar
+    * jaxb-api jar
+    * jaxb-impl jar
+    * jetty-http jar
+    * jetty-io jar
+    * jetty-security jar
+    * jetty-server jar
+    * jetty-servlet jar
+    * jetty-util jar
+    * jetty-util-ajax jar
+    * jetty-webapp jar
+    * jetty-xml jar
+    * jgroups jar
+    * jline jar
+    * jna jar
+    * jna-platform jar
+    * jopt-simple jar
+    * LatencyUtils jar
+    * log4j-api jar
+    * log4j-core jar
+    * log4j-jcl jar
+    * log4j-jul jar
+    * log4j-slf4j-impl jar
+    * lucene-analyzers-common jar
+    * lucene-analyzers-phonetic jar
+    * lucene-core jar
+    * lucene-queries jar
+    * lucene-queryparser jar
+    * micrometer-core jar
+    * mx4j jar
+    * mx4j-remote jar
+    * mx4j-tools jar
+    * netty-all jar
+    * protobuf-java jar
+    * rmiio jar
+    * shiro-cache jar
+    * shiro-config-core jar
+    * shiro-config-ogdl jar
+    * shiro-core jar
+    * shiro-crypto-cipher jar
+    * shiro-crypto-core jar
+    * shiro-crypto-hash jar
+    * shiro-event jar
+    * shiro-lang jar
+    * slf4j-api jar
+    * snappy jar
+    * spring-core jar
+    * spring-jcl jar
+    * spring-shell jar
+    * swagger-annotations jar
 
 Proceed to [Setting Up the HTTP Module for Tomcat](./tomcat_setting_up_the_module.html) to complete your Tomcat configuration.