在action或者Servlet中如何得到项目的webRoot路径
String webRootPath = request.getSession().getServletContext().getRealPath("/"); //获得webRoot的路径
?