Tomcat路径问题

    我的tomcat放到C盘下,项目名称为recommend,则:

    System.out.println(request.getRealPath(""));
    System.out.println(request.getContextPath());        System.out.println(getServlet().getServletContext().getRealPath("/"));

    依次输出:
    C:\apache-tomcat-5.5.26\webapps\recommend
    /recommend
    C:\apache-tomcat-5.5.26\webapps\recommend\

本文出自 “千年一叹” 博客,转载请与作者联系!

你可能感兴趣的:(Web,职场,休闲)