如何得到网站首页index.jsp的根目录绝对路径??网站首页文件index.jsp,用什么方法可以得到index.jsp的绝对路径???[解决办法]在jsp页面中直接用this.getServletContext().getRealPath( "/ ");