request.getContextPath()得到的是项目的虚拟路径:

例如

访问路径为:http://localhost:8080/blue/response.jsp

request.getContextPath()得到的就是  /blue

相关文章: