【获取tomcat下webapp路径】冲天香阵透长安,满城尽带黄金甲。这篇文章主要讲述获取tomcat下webapp路径相关的知识,希望能为你提供帮助。
1
ServletRequestAttributes att=(ServletRequestAttributes)RequestContextHolder.getRequestAttributes(); HttpServletRequest request = att.getRequest(); request.getSession().getServletContext().getRealPath("/") ;
2
String resoucePath=当前类.class.getResource("/").getPath(); String webappsDir=(new File(resoucePath,"../../")).getCanonicalPath();
3 在propertie文件里写死路径
去读取
Properties properties = new Properties(); InputStream in =当前类.class.getClassLoader().getResourceAsStream("demo.properties"); properties.load(in); String webapps = properties.getProperty("path");
推荐阅读
- uniapp页面滚动到页面可指定位置
- react使用create-react-app后npm start报错
- application.properties和 pom.xml
- uni-app快速入门(转)
- 自定义call和applybind方法
- 使用MyBatis的mapper接口(动态代理对象)调用时的注意点
- git,es的基本查询,组合查询,mapping映射,i分词,term和match
- [Blazor] - 关于 "HTTP Error 500.38 - ANCM Application DLL Not Found" 的调整及相关资料
- 理解并测试什么是Android事件分发