写jsp时加上相对路径就会出现报错,网上搜问题说是Tomcat没添加路径但是我确定我是加了的

这个是错误的代码行

<img src="${pageContext.request.contextPath}/img/LGOG.png" width="100" height="100" alt="" class="logoimg" />

报错:

Multiple annotations found at this line:
    - javax.servlet.jsp.PageContext cannot be resolved to 
     a type
    - javax.servlet.jsp.PageContext cannot be resolved to 
     a type

 

肯定的,相对路径一般没问题,就害怕你在跳转的控制器或者servlet写了标注@xxx,这样相对路径就是 xxx/.....