Tomcat基础 通过MANIFEST.MF,查看JSP Servlet EL的版本信息
程序员文章站
2022-06-19 21:17:47
...
- server : Tomcat 8.5.51
- OS : Windows 10 Version 1909
- blog : blog.csdn.net/shiwanwu
- typesetting : Markdown
概括总览
jar包的路径
jsp
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.9.14
Created-By: 1.7.0_80-b15 (Oracle Corporation)
X-Compile-Source-JDK: 7
X-Compile-Target-JDK: 7
Name: javax/servlet/jsp/
Specification-Title: Java API for JavaServer Pages
Specification-Version: 2.3
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Title: javax.servlet.jsp
Implementation-Version: 2.3.FR
Implementation-Vendor: Apache Software Foundation
servlet
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.9.14
Created-By: 1.7.0_80-b15 (Oracle Corporation)
X-Compile-Source-JDK: 7
X-Compile-Target-JDK: 7
Name: javax/servlet/
Specification-Title: Java API for Servlets
Specification-Version: 3.1
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Title: javax.servlet
Implementation-Version: 3.1.FR
Implementation-Vendor: Apache Software Foundation
el
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.9.14
Created-By: 1.7.0_80-b15 (Oracle Corporation)
X-Compile-Source-JDK: 7
X-Compile-Target-JDK: 7
Name: javax/el/
Specification-Title: Expression Language
Specification-Version: 3.0
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Title: javax.el
Implementation-Version: 3.0.FR
Implementation-Vendor: Apache Software Foundation
resource
- [ tomcat ] tomcat.apache.org
- [ doc ] tomcat.apache.org/tomcat-8.5-doc/index.html
- [ Apache ] www.apache.org
- [ 平台 ] www.csdn.net
感恩曾经帮助过 师万物 的人。
Tomcat是一款优秀的、开源的Java Web服务器,推荐,值得学习。
学有余力的话,可以了解Apache、Nginx、JBoss等,选择一款感兴趣的,进行详细剖析。