1.
org.apache.jasper.JasperException: /login.jsp(12,9) The absolute uri: http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
问题解决:
在web.xml里添加
xml 代码
- <jsp-config>
- <taglib>
- <taglib-uri>http://java.sun.com/jstl/coretaglib-uri>
- <taglib-location>/WEB-INF/c.tldtaglib-location>
- taglib>
- jsp-config>