request.getSession().getServletContext().getRealPath("").replace("\"+request.getContextPath().replaceAll("/", ""), "");
思路:
1:获取项目路径
2:获取项目名称
3:替换项目路径中的项目名称
request.getSession().getServletContext().getRealPath("").replace("\"+request.getContextPath().replaceAll("/", ""), "");
思路:
1:获取项目路径
2:获取项目名称
3:替换项目路径中的项目名称
本文标题:获取当前项目下的Tomcat下的webapp路径
本文链接:https://www.haomeiwen.com/subject/fblliftx.html
网友评论