File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ for use by web applications (by placing them in "lib"):
77
77
* jasper.jar (Jasper 2 Compiler and Runtime)
78
78
* jasper-el.jar (Jasper 2 EL implementation)
79
79
* jsp-api.jar (JSP 4.0 API)
80
- * servlet-api.jar (Servlet 6.0 API)
80
+ * servlet-api.jar (Servlet 6.1 API)
81
81
* tomcat-api.jar (Interfaces shared by Catalina and Jasper)
82
82
* tomcat-coyote.jar (Tomcat connectors and utility classes)
83
83
* tomcat-dbcp.jar (package renamed database connection pool based on Commons DBCP 2)
84
84
* tomcat-jdbc.jar (Tomcat's database connection pooling solution)
85
85
* tomcat-jni.jar (Interface to the native component of the APR/native connector)
86
86
* tomcat-util.jar (Various utilities)
87
- * tomcat-websocket.jar (WebSocket 2.1 implementation)
88
- * websocket-api.jar (WebSocket 2.1 API)
89
- * websocket-client-api.jar (WebSocket 2.1 Client API)
87
+ * tomcat-websocket.jar (WebSocket 2.2 implementation)
88
+ * websocket-api.jar (WebSocket 2.2 API)
89
+ * websocket-client-api.jar (WebSocket 2.2 Client API)
90
90
91
91
You can make additional APIs available to all of your web applications by
92
92
putting unpacked classes into a "classes" directory (not created by default),
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ loaders as it is initialized:</p>
130
130
</ul >
131
131
<p >By default, this includes the following:</p >
132
132
<ul >
133
- <li ><em >annotations-api.jar</em > — Jakarta Annotations 2.1.1 classes.
133
+ <li ><em >annotations-api.jar</em > — Jakarta Annotations 3.0 classes.
134
134
</li >
135
135
<li ><em >catalina.jar</em > — Implementation of the Catalina servlet
136
136
container portion of Tomcat.</li >
@@ -175,12 +175,12 @@ loaders as it is initialized:</p>
175
175
components of Apache Tomcat.</li >
176
176
<li ><em >tomcat-util-scan.jar</em > — Provides the class scanning
177
177
functionality used by Tomcat.</li >
178
- <li ><em >tomcat-websocket.jar</em > — Optional. Jakarta WebSocket 2.1
178
+ <li ><em >tomcat-websocket.jar</em > — Optional. Jakarta WebSocket 2.2
179
179
implementation</li >
180
- <li ><em >websocket-api.jar</em > — Optional. Jakarta WebSocket 2.1 API
180
+ <li ><em >websocket-api.jar</em > — Optional. Jakarta WebSocket 2.2 API
181
181
</li >
182
182
<li ><em >websocket-client-api.jar</em > — Optional. Jakarta WebSocket
183
- 2.1 Client API</li >
183
+ 2.2 Client API</li >
184
184
</ul ></li >
185
185
<li ><p ><strong >WebappX</strong > — A class loader is created for each web
186
186
application that is deployed in a single Tomcat instance. All unpacked
You can’t perform that action at this time.
0 commit comments