<web-app>
    <resource-ref>
        <description>Oracle Datasource of ill</description>
        <res-ref-name>jdbc/IllDB</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
    </resource-ref>
    
    <resource-ref>
        <description>Oracle Datasource of union</description>
        <res-ref-name>jdbc/UnionDB</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
    </resource-ref>    <context-param>
     <param-name>weblogic.httpd.inputCharset./*</param-name> 
     <param-value>GBK</param-value> 
  </context-param>
</web-app>
这是我的配置,你自己看看