论坛首页 Java企业应用论坛

Weblogic web应用中获取文件的绝对路径

浏览 5048 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2012-05-23   最后修改:2012-05-24
注意点:1. file必须在/下,或者/WEB-INF/,不能在classes下
2. weblogic中进行如下配置,以获取绝对路径:
<wls:container-descriptor>
		<wls:show-archived-real-path-enabled>true</wls:show-archived-real-path-enabled>
	</wls:container-descriptor>
3. servlet下: getServletContext().getRealPath("/");
   发表时间:2012-05-24  
当前类名.class.getResource("").toString().substring(6);

妥妥的~
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics