标签:use this ack tom new cti 虚拟目录 localhost java
equest.getRealPath() 这个方法已经不推荐使用了,代替方法是:
request.getSession().getServletContext().getRealPath()
在servlet里用this.getServletContect().getRealPath()
在struts里用this.getServlet().getServletContext().getRealPath()
在Action里用ServletActionContext.getRequest().getRealPath();
以上三个获得都是当前运行文件在服务器上的绝对路径
标签:use this ack tom new cti 虚拟目录 localhost java
原文地址:http://www.cnblogs.com/tk55/p/6655349.html