Posted on 2008-03-28 20:36
hilor 阅读(669)
评论(0) 编辑 收藏 所属分类:
common
在Application中:
System.getProperty("user.dir")
在Servlet中:
ServletContext servletContext = config.getServletContext();
String rootPath = servletContext.getRealPath("/");
在jsp中:
application.getRealPath("")