The
first step is to build ear using ant build xml file. The ear file
contains many project which will be bundled under single ear to deploy
on weblogic server. To deploy on weblogic the following steps should be
followed:
1) Create DB connection setup in weblogic admin console for PROD_CATA, PROD_CATB & PROD_CORE
2) Create App server
3) Attach DB targets for the app server where ear has to be deployed
4) Deploy the ear in admin console
5) start server
Many app server can be created and multiple ear can be deployed on each server on different ports like publishing server, production server & POC server etc...
1) Create DB connection setup in weblogic admin console for PROD_CATA, PROD_CATB & PROD_CORE
2) Create App server
3) Attach DB targets for the app server where ear has to be deployed
4) Deploy the ear in admin console
5) start server
Many app server can be created and multiple ear can be deployed on each server on different ports like publishing server, production server & POC server etc...
No comments:
Post a Comment