当前位置: 代码迷 >> Web前端 >> 在器皿中获得容器路径的方法
  详细解决方案

在器皿中获得容器路径的方法

热度:130   发布时间:2012-09-13 09:51:53.0
在容器中获得容器路径的方法
//能容主流容器中获得容器运行地址方法
this.getClass().getClassLoader().getResource("/").getPath()
		   .substring(1).replace("WEB-INF\\\\classes\\\\", "").replace("WEB-INF/classes/", "");


  相关解决方案