java 哪个tomcat版本适合java 8
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/46859797/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
which tomcat version is suitable for java 8
提问by philee
Recently, our online web service using tomcat 7.0.23.0 and JVM 1.7.0_51-b13 need to upgrade to java 8, which tomcat version is suitable for java 8 ?
最近我们使用tomcat 7.0.23.0和JVM 1.7.0_51-b13的在线web服务需要升级到java 8,哪个tomcat版本适合java 8?
采纳答案by sha
See this link
看这个链接
http://tomcat.apache.org/whichversion.html
http://tomcat.apache.org/whichversion.html
for details about which tomcat versions are supported on which java versions.
有关哪些 java 版本支持哪些 tomcat 版本的详细信息。
According to that link, tomcat 7.0.23.0 should work on java 8
根据该链接,tomcat 7.0.23.0 应该适用于 java 8
回答by AMIT ARORA
Tomcat 7 is good and works well for Java 8 however, not recommended for Java8 as all features of Java 8 were not supported in tomcat 7. Please use tomcat 9.x with Java 8(Recommended from Tomcat Apache)
Tomcat 7 很好,适用于 Java 8 但是,不推荐用于 Java8,因为 tomcat 7 不支持 Java 8 的所有功能。请将tomcat 9.x 与 Java 8 一起使用(从 Tomcat Apache 推荐)
Please refer http://tomcat.apache.org/whichversion.html