request.getSession().getServletContext().getRealPath("/");

request.getSession().getServletContext()是获取的servlet容器对象,
相当于tomcat容器了。getRealPath("/") 获取实际路径,项目发布时,
在容器中的实际路径。

D:\apache-tomcat-8.5.23\apache-tomcat-8.0.52\wtpwebapps\Springmvc_day01\(Springmvc_day01是项目名)

上一篇:Session - 什么时候创建?


下一篇:hibernate结果集多种映射方案