浏览 5048 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2012-05-23
最后修改:2012-05-24
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("/"); 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2012-05-24
当前类名.class.getResource("").toString().substring(6);
妥妥的~ |
|
返回顶楼 | |