Tomcat基础 通过MANIFEST.MF,查看JSP Servlet EL的版本信息

  •    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等,选择一款感兴趣的,进行详细剖析。

发布了152 篇原创文章 · 获赞 17 · 访问量 7万+

猜你喜欢

转载自blog.csdn.net/shiwanwu/article/details/104407585
今日推荐