服务器:tomcat-7.0.67
开发工具:Myeclipse2014
浏览器 Google 版本 65.0.3325.181(正式版本) (64 位
图片路径:webroot-static-images-bang.gif
jsp路径:webroot-front-main-main.jsp
jsp:
<hr/>
<img src="<%=request.getContextPath() %>/static/images/bang.gif"/>
<hr/>
<img src="${pageContext.request.contextPath}/static/images/bang.gif">
<hr/>
<img src="../../static/images/bang.gif"/>
<hr/>
<img src="<%=basePath%>/static/images/bang.gif"/>
<hr/>
<img src="../../../static/images/bang.gif">
<hr/>
<img src="<%=request.getContextPath() %>/static/images/bang.gif">
错误界面:
源码:
错误信息: