Apache Tomcat 5.5使用了JDT(Eclipse Compiler)做为默认JSP文件的编译器,因此,Tomcat 5.5及以上版本的运行环境只需要JRE就可以了,环境变量里只用配置JRE_HOME即可正常运行。
Tomcat 5.5 uses the Eclipse JDT Java compiler for compiling
JSP pages. This means you no longer need to have the complete
Java Development Kit (JDK) to run Tomcat, but a Java Runtime Environment
(JRE) is sufficient. The Eclipse JDT Java compiler is bundled with the
binary Tomcat distributions. Tomcat can also be configured to use the
compiler from the JDK to compile JSPs, or any other Java compiler supported
by Apache Ant.
Tomcat5.5使用EclipseJDT作为默认JSP编译器,允许仅使用JRE运行,不再强制要求JDK。此外,Tomcat还支持使用JDK中的编译器或其他ApacheAnt支持的编译器。
1832

被折叠的 条评论
为什么被折叠?



