Monday, 28 March 2016

How can I set deployment order for applications ?


Weblogic server allows you to select the load order for applications.
Weblogic server deploys server-level resources (first JDBC and then JMS) before deploying applications.

Applications are deployed in this order: Connectors, then EJBs, then Web Applications.

If the application is an EAR, the individual components are loaded in the order in which they are declared in the application.xml deployment descriptor.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.