- 浏览: 1073 次
- 性别:
- 来自: 成都
-
最新评论
-
hongyuan19:
<div class="quote_title ...
Tomcat 路径问题之web 头像 -
超级潜水艇:
<div class="quote_title ...
Tomcat 路径问题之web 头像 -
flynofry:
<div class="quote_title ...
Tomcat 路径问题之web 头像
文章列表
我的tomcat放到d盘下,项目名称为project,则:
System.out.println(request.getRealPath(""));
System.out.println(request.getContextPath());
System.out.println(getServlet().getServletContext().getRealPath("/"));
依次输出:
d:\apache-tomcat-5.5.26\webapps\project
/project
d:\apache- ...