QQ叫紫珊 发表于 2018-12-6 09:34:51

Tomcat、Servlet、JSP的版本兼容性

  

  参考地址:http://tomcat.apache.org/whichversion.html
  

  

  不同版本的Tomcat实现了不同版本的Servlet和JSP规范。
  Different versions of Apache Tomcat are available for different versions of the Servlet and JSP specifications. The mapping between the specifications and the respective Apache Tomcat versions is:
Servlet SpecJSP SpecEL SpecWebSocket SpecJASPIC SpecApache Tomcat versionActual release revisionSupported Java Versions4.0TBD (2.4?)TBD (3.1?)TBD (1.2?)1.19.0.x9.0.0.M9 (alpha)8 and later3.12.33.01.11.18.5.x8.5.47 and later3.12.33.01.1N/A8.0.x (superseded)8.0.35 (superseded)7 and later3.02.22.21.1N/A7.0.x7.0.706 and later
(7 and later for WebSocket)2.52.12.1N/AN/A6.0.x6.0.455 and later2.42.0N/AN/AN/A5.5.x (archived)5.5.36 (archived)1.4 and later2.31.2N/AN/AN/A4.1.x (archived)4.1.40 (archived)1.3 and later2.21.1N/AN/AN/A3.3.x (archived)3.3.2 (archived)1.1 and later  

  

  

  




页: [1]
查看完整版本: Tomcat、Servlet、JSP的版本兼容性