uep tomcat项目转weblogic

由于一同事离职,我接了他的锅。他建的tomcat项目需要部署到现场去,然而现场用的中间件是weblogic。

所以我需要进行转换。。。(╬ ̄皿 ̄)

以下简单提几点:

1、按照链接内容照做就行  http://172.20.32.61:8080/UEP-PUB/community/index.html#/community/question/140?tdsourcetag=s_pctim_aiomsg

   (此为内网网址,外人访问不到哦 (〃'▽'〃)(〃'▽'〃))

2、出现weblogic自带包和项目包冲突,在weblogic.xml设置即可。

<container-descriptor>
      <prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>

3、还有可能有包问题,例如:xercesImpl.jar版本不对,xmlParserAPIs.jar没删掉等等。

好啦!以上就是今天的总结。顺便提一句……现场的项目错误信息还在继续反馈中。。

原文地址:https://www.cnblogs.com/zhouzhou826/p/9766962.html