개발이야기
Apache Tomcat 버전과 Servlet 버전
준호씨
2019. 8. 20. 00:32
반응형
Tomcat 버전이 다르면 Servlet 버전도 달라집니다.
Tomcat | Servlet |
9 | 4 |
8 | 3.1 |
7 | 3 |
6 | 2.5 |
5.5 | 2.4 |
4.1 | 2.3 |
3.3 | 2.2 |
좀 더 자세한 정보는 다음 링크에서 확인 할 수 있습니다.
http://tomcat.apache.org/whichversion.html
Apache Tomcat® - Which Version Do I Want?
Apache Tomcat® is an open source software implementation of the Java Servlet and JavaServer Pages technologies. Different versions of Apache Tomcat are available for different versions of the Servlet and JSP specifications. The mapping between the specific
tomcat.apache.org
반응형