servletContext.getRealPath(String)作用

getRealPath  方法是获取当前项目的绝对磁盘路径

servletContext域对象;

servletContext.getRealPath("");   -->列: D:\apache-tomcat-7.0.52\项目名

servletContext.getRealPath("/");   -->列: D:\apache-tomcat-7.0.52\项目名\

servletContext.getRealPath("/文件名");   -->列: D:\apache-tomcat-7.0.52\项目名\文件名

服了,我就想找个servletContext.getRealPath(String)的作用,每个博客都是一大堆的介绍,然后一大堆的解析,我就想找个作用呀.....

特地来备注一下

你可能感兴趣的:(tomcat)