JSP throws an exception org.apache.jasper.JasperException__Js

Source: Internet
Author: User

Deploying Project Web in Eclipse sometimes accessing a JSP throws the following similar exception information
Org.apache.jasper.JasperException:The Absolute uri:http://java.sun.com/jsp
Deploy the Web project if this exception is thrown. Please ensure that the Standard.jar and Jstl.jar two jar packages exist in the deployed project, if they do not exist, please
The two packages are added to the/web-inf/lib. Then ensure that the version address referenced in the JSP is consistent with this version address:

<%@ taglib uri= "Http://java.sun.com/jsp/jstl/core" prefix= "C"%> <%@ taglib uri=
"http://java.sun.com/" Jsp/jstl/fmt "prefix=" F "%>

Jsp. 1.1 After the path with JSP 1.0 is not. The version corresponds. The problem is solved.
Attached Download Address:
http://download.csdn.net/download/mr_zhuqiang/8908765
http://download.csdn.net/download/mr_zhuqiang/8908755
Need two downloads together oh.

Gradle three coordinates. The following can also be solved

 compile ' javax.servlet:javax.servlet-api:3.1.0 '//providedcompile compile ' javax.servlet. jsp.jstl:jstl:1.2 ' compile ' org.apache.taglibs:taglibs-standard-spec:1.2.5 ' compile ' org.apache.taglibs:taglibs-st andard-impl:1.2.5 ' 
Related Article

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.