Oracle Weblogic Server (MOSC)

MOSC Banner

Deploy an EAR on Weblogic 12.2.1.3

edited Apr 30, 2018 2:17AM in Oracle Weblogic Server (MOSC) 6 commentsAnswered ✓

Hi! I have a problem deploying an EAR on Weblogic 12.2.1.3.

The internal structure is the following:

MyEAR.ear

     |__ /APP-INF

     |          |___ /lib (with all dependencies)

     |__ MyWar.war

When I deploy the EAR, weblogic doesn't find the internal dependencies of MyWar.war, but MyEar.ear have it on APP-INF/lib.

The config.xml file have the following deployment lines:

<app-deployment>    <name>MyEar</name>    <target>myServer</target>    <module-type>ear</module-type>    <source-path>Path\To\My\EAR\MyEar.ear</source-path>    <deployment-order>120</deployment-order>    <security-dd-model>DDOnly</security-dd-model>  </app-deployment>

In all previous versions of Weblogic it was correctly deployed. Can someone help me?

Thanks.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center