是否是tomcat和weblogic的jar加载顺序不同造成的呢?
楼主的项目中有没有weblogic.xml文件呢?没有的话可以将weblogic.xml 添加上再试试看weblogic.xml<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app">
<container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
</weblogic-web-app>