getServletPath().getRealPath()这个方法在新版本Servlet jar已经不推荐使用了,代替方法是:

getSession().getServletContext().getRealPath()