How to view JSP and servlet versions

Source: Internet
Author: User

In the course of Java Web Development, we may sometimes refer to the Jsp,servlet version that the environment supports. Test errors may occur if version must not.

Method: Open the Common/lib directory for Tomcat, there are two jar files: Jsp-api.jar Servlet-api.jar. If not, it may be that you did not add it in. Unzip the two files and open the Mainmeft.mf file under Meta-inf with Notepad.

My version of the servlet is: manifest-version:1.0
Ant-version:apache Ant 1.6.5
CREATED-BY:1.4.2_12-B03 (Sun Microsystems Inc.)

name:javax/servlet/
Specification-title:java API for Servlets
specification-version:2.4
Specification-vendor:sun Microsystems, Inc.
Implementation-title:javax.servlet
Implementation-version:2.4.public_draft
Implementation-vendor:apache Software Foundation

My JSP version is: manifest-version:1.0
Ant-version:apache Ant 1.6.5
CREATED-BY:1.4.2_12-B03 (Sun Microsystems Inc.)

name:javax/servlet/jsp/
Specification-title:java API for JavaServer Pages
specification-version:2.0
Specification-vendor:sun Microsystems, Inc.
implementation-title:javax.servlet.jsp
Implementation-version:2.0.public_draft
Implementation-vendor:apache Software Foundation

Original address: http://blog.csdn.net/ma1kong/article/details/5118832

How to view JSP and servlet versions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.