码迷,mamicode.com
首页 > Web开发 > 详细

通过HttpServletRequest的request获取各种路径

时间:2017-05-17 00:58:10      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:path   空间   pat   工作   工程   lips   let   system   request   

System.out.println("getContextPath:"+req.getContextPath());
System.out.println("getServletPath:"+req.getServletPath());
System.out.println("getRequestURI:"+req.getRequestURI());
System.out.println("getRequestURL:"+req.getRequestURL());
System.out.println("getRealPath:"+req.getSession().getServletContext().getRealPath("image") );

 

输出结果为

getContextPath:/maven
getServletPath:/upload.do
getRequestURI:/maven/upload.do
getRequestURL:http://localhost:8080/maven/upload.do
getRealPath:D:\myecllipse\apache-tomcat-7.0.77-windows-x64\apache-tomcat-7.0.77\wtpwebapps\hcwproject\image

 

最后一个路径其实是工程在那个目录运行路径,不该路径默认会在工作空间

 

通过HttpServletRequest的request获取各种路径

标签:path   空间   pat   工作   工程   lips   let   system   request   

原文地址:http://www.cnblogs.com/1736gerr/p/6864141.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!