如果 / 出现在路径的前面:
web.xml中:http://loclalhost:8080/项目名称/ 在项目的根路径下面
jsp中: http://localhost:8080/ 在服务器的根路径下面
下面两个就差异很大
<a href="a/index.jsp"></a>
<a href="/a/index.jsp"></a>
另:
项目的根路径:
1、src(构建路径)
2、WebContent