Tomcat下获取web应用的绝对路径

 

String tomcatRoot = request.getSession().getServletContext().getRealPath("/");  

 可以获取到"%tomcat_root%\%web_app_name%\"的绝对路径

你可能感兴趣的:(Tomcat下获取web应用的绝对路径)