Skip to content

Commit 90cb26b

Browse files
authored
GEODE-10342: Simplify copying jars (#7788)
1 parent a6da307 commit 90cb26b

1 file changed

Lines changed: 7 additions & 99 deletions

File tree

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

Lines changed: 7 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -47,104 +47,12 @@ This adds jar files to the `lib` subdirectory and XML files to the `conf` subdir
4747
cd $CATALINA_HOME
4848
unzip $GEODE_HOME/tools/Modules/Apache_Geode_Modules-SERVER-VERSION-Tomcat.zip
4949
```
50-
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-
* 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
50+
51+
6. Copy all of the jar files from the <%=vars.product_name%> `lib` subdirectory to the `lib` subdirectory of your Tomcat server (`$CATALINA_HOME/lib`):
52+
53+
```
54+
cd $CATALINA_HOME/lib
55+
cp $GEODE_HOME/lib/*.jar .
56+
```
14957

15058
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)