"톰캣 버전별 서블릿 스펙"의 두 판 사이의 차이

36번째 줄: 36번째 줄:


==참고 자료==
==참고 자료==
*http://tomcat.apache.org/whichversion.html
* http://tomcat.apache.org/whichversion.html
*http://d2d2.tistory.com/638
* 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년 5월 1일 (월) 13:30 판

Apache Tomcat Versions and Servlet/JSP Spec
톰캣 버전과 서블릿/JSP 스펙
톰캣 버전별 서블릿 버전

1 톰캣 서버에서 조회

[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 버전
9.0 4.0 2.4(예정) 1.2(예정) 8
8.0 3.1 2.3 1.1 7
7.0 3.0 2.2 1.1 6
6.0 2.5 2.1 - 5
5.5 2.4 2.0 - 1.4
4.1 2.3 1.2 - 1.3
3.3 2.2 1.1 - 1.1

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}