- Apache Tomcat Versions and Servlet/JSP Spec
- 톰캣 버전과 서블릿/JSP 스펙
- 톰캣 버전별 서블릿 버전
1 톰캣 서버에서 조회[ | ]
Console
Copy
[root@zetawiki ~]# rpm -qa | egrep "(jsp|servlet)"
tomcat6-jsp-2.1-api-6.0.36-1.jpp5
tomcat6-servlet-2.5-api-6.0.36-1.jpp5
- → tomcat 6.0.36이고 JSP 2.1, Servlet 2.5를 지원한다.
2 버전표[ | ]
톰캣 버전 | Servlet 스펙 | JSP 스펙 | 웹소켓 스펙 | 최소 Java 버전 |
---|---|---|---|---|
11.0.x | 6.1 | 4.0 | TBD | 11 |
10.1.x | 6.0 | 3.1 | 2.1 | 11 |
10.0.x | 5.0 | 3.0 | 2.0 | 8 |
9.0.x | 4.0 | 2.3 | 1.1 | 8 |
8.5.x | 3.1 | 2.3 | 1.1 | 7 |
7.0.x | 3.0 | 2.2 | 1.1 | 6 |
6.0.x | 2.5 | 2.1 | - | 5 |
5.5.x | 2.4 | 2.0 | - | 1.4 |
4.1.x | 2.3 | 1.2 | - | 1.3 |
3.3.x | 2.2 | 1.1 | - | 1.1 |
3 같이 보기[ | ]
4 참고[ | ]
- http://tomcat.apache.org/whichversion.html
- http://d2d2.tistory.com/638
- https://dzone.com/articles/first-look-at-http2-server-push-in-java-servlet-40-1 First Look at HTTP/2 Server Push in Java Servlet 4.0 Specification 2017-04-27
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.