Skip to content

Commit b20081a

Browse files
authored
GEODE-10342: Add current jars to HTTP Module for Tomcat instructions 1.15 (#7768)
1 parent ee9d674 commit b20081a

File tree

1 file changed

+98
-18
lines changed

1 file changed

+98
-18
lines changed

geode-docs/tools_modules/http_session_mgmt/tomcat_installing_the_module.html.md.erb

Lines changed: 98 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,103 @@ This adds jar files to the `lib` subdirectory and XML files to the `conf` subdir
4848
unzip $GEODE_HOME/tools/Modules/Apache_Geode_Modules-SERVER-VERSION-Tomcat.zip
4949
```
5050
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:
51-
- commons-io jar
52-
- commons-lang jar
53-
- commons-validator jar
54-
- fastutil jar
55-
- geode-common jar
56-
- geode-core jar
57-
- geode-logging jar
58-
- geode-management jar
59-
- geode-membership jar
60-
- geode-serialization jar
61-
- geode-tcp-server jar
62-
- javax.transaction-api jar
63-
- jgroups jar
64-
- log4j-api jar
65-
- log4j-core jar
66-
- log4j-jul jar
67-
- micrometer-core jar
68-
- shiro-core jar
51+
* antlr jar
52+
* classgraph jar
53+
* commons-beanutils jar
54+
* commons-codec jar
55+
* commons-collections jar
56+
* commons-io jar
57+
* commons-lang3 jar
58+
* commons-logging jar
59+
* commons-math3 jar
60+
* commons-modeler jar
61+
* commons-validator jar
62+
* fastutil jar
63+
* geo jar
64+
* geode-common jar
65+
* geode-connectors jar
66+
* geode-core jar
67+
* geode-cq jar
68+
* geode-gfsh jar
69+
* geode-http-service jar
70+
* geode-log4j jar
71+
* geode-logging jar
72+
* geode-lucene jar
73+
* geode-management jar
74+
* geode-membership jar
75+
* geode-memcached jar
76+
* geode-old-client-support jar
77+
* geode-protobuf jar
78+
* geode-protobuf-messages jar
79+
* geode-rebalancer jar
80+
* geode-redis jar
81+
* geode-serialization jar
82+
* geode-tcp-server jar
83+
* geode-unsafe jar
84+
* geode-wan jar
85+
* grumpy-core jar
86+
* HdrHistogram jar
87+
* HikariCP jar
88+
* httpclient jar
89+
* httpcore jar
90+
* istack-commons-runtime jar
91+
* jackson-annotations jar
92+
* jackson-core jar
93+
* jackson-databind jar
94+
* javax.activation jar
95+
* javax.activation-api jar
96+
* javax.mail-api jar
97+
* javax.resource-api jar
98+
* javax.servlet-api jar
99+
* javax.transaction-api jar
100+
* jaxb-api jar
101+
* jaxb-impl jar
102+
* jetty-http jar
103+
* jetty-io jar
104+
* jetty-security jar
105+
* jetty-server jar
106+
* jetty-servlet jar
107+
* jetty-util jar
108+
* jetty-util-ajax jar
109+
* jetty-webapp jar
110+
* jetty-xml jar
111+
* jgroups jar
112+
* jline jar
113+
* jna jar
114+
* jna-platform jar
115+
* jopt-simple jar
116+
* LatencyUtils jar
117+
* log4j-api jar
118+
* log4j-core jar
119+
* log4j-jcl jar
120+
* log4j-jul jar
121+
* log4j-slf4j-impl jar
122+
* lucene-analyzers-common jar
123+
* lucene-analyzers-phonetic jar
124+
* lucene-core jar
125+
* lucene-queries jar
126+
* lucene-queryparser jar
127+
* micrometer-core jar
128+
* mx4j jar
129+
* mx4j-remote jar
130+
* mx4j-tools jar
131+
* netty-all jar
132+
* protobuf-java jar
133+
* rmiio jar
134+
* shiro-cache jar
135+
* shiro-config-core jar
136+
* shiro-config-ogdl jar
137+
* shiro-core jar
138+
* shiro-crypto-cipher jar
139+
* shiro-crypto-core jar
140+
* shiro-crypto-hash jar
141+
* shiro-event jar
142+
* shiro-lang jar
143+
* slf4j-api jar
144+
* snappy jar
145+
* spring-core jar
146+
* spring-jcl jar
147+
* spring-shell jar
148+
* swagger-annotations jar
69149

70150
Proceed to [Setting Up the HTTP Module for Tomcat](./tomcat_setting_up_the_module.html) to complete your Tomcat configuration.

0 commit comments

Comments
 (0)