J2EE项目在weblogic下的改动
Posted toyzhou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了J2EE项目在weblogic下的改动相关的知识,希望对你有一定的参考价值。
1.struts所有配置文件放到classes根目录下
2〉java.lang.ClassCastException:weblogic.xml.jaxp.RegistryDocumentBuilderFactory cannot be cast to javax.xml.parsers.DocumentBuilderFactory
包冲突的问题
解决方法:
删除xml-apis的包
3〉Type mismatch:cannot convert from tag to JspTag.
包冲突问题
解决方法:
删除servlet-api.jar的包
4.web-inf下新增weblogic.xml
<?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>
关注流行国外网站
facebook:http://www.fb-on.com
facebook官网:http://www.facebookzh.com
facebook:http://www.cn-face-book.com
youtube:http://www.youtubezh.com
twitter:http://www.twitterzh.com
以上是关于J2EE项目在weblogic下的改动的主要内容,如果未能解决你的问题,请参考以下文章