码迷,mamicode.com
首页 > Web开发 > 详细

weblogic上获取资源路径

时间:2018-01-23 23:26:26      阅读:402      评论:0      收藏:0      [点我收藏+]

标签:put   his   inf   div   获取   nbsp   input   config   静态类   

weblogic和tomcat下通用的获取路径或者加载资源的方法

1、获取路径

this.getClass().getClassLoader().getResource("/").getPath();  //格式如...../WEB-INFO/class/

 

2、加载配置文件

若配置文件是在源文件根目录

InputString is = Thread.currentThread().getContextClassLoader().getResourceAsStream("xxxx.properties");

InputStream in = getClass().getResourceAsStream("/config.properties");//只能静态类用

weblogic上获取资源路径

标签:put   his   inf   div   获取   nbsp   input   config   静态类   

原文地址:https://www.cnblogs.com/jamsbwo/p/8338132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!