今天在运行一个别人的jsp文件时出现org.apache.jasper.JasperException: The absolute uri: [http://itcast.cn/common/] cannot be resolved in either web.xml or the jar files deployed with this application这个错误的主要的原因是你当前的页面所引用的jstl库不存在,红色的地方是一个自定义的库,没有导入就出现了这种错误。
jsp中出现org.apache.jasper.JasperException: The absolute uri: [http://itcast.cn/common/] cannot be...
于 2019-07-19 17:11:30 首次发布