博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

关于Weblogic优先加载jar包的设置

Posted on 2014-05-27 15:12  Java.Ls  阅读(1988)  评论(0编辑  收藏  举报

<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app>
 <container-descriptor>
  <prefer-web-inf-classes>true</prefer-web-inf-classes>
 </container-descriptor>
</weblogic-web-app>

 

weblogic.xml 放到web-info下即可。