WebLogic Domain Strategy - Deployment of applications
I am looking for strategy to deploy applications into weblogic domains. We may have multiple options
1. Deploy as many applications as possible into single domain as long as each of the application meets the response time SLA.
PROs: Better utilization of hardware, CPU and java heap.
CONs: Making sure each and every application will work well with others. Possibility of a bad application crashing the entire domain. And if one application needs to be updated (bug fix, enhancement etc) - all the applications in the domain needs to be regression tested. The release cycle needs to be coordinated with other applications.
1. Deploy as many applications as possible into single domain as long as each of the application meets the response time SLA.
PROs: Better utilization of hardware, CPU and java heap.
CONs: Making sure each and every application will work well with others. Possibility of a bad application crashing the entire domain. And if one application needs to be updated (bug fix, enhancement etc) - all the applications in the domain needs to be regression tested. The release cycle needs to be coordinated with other applications.
0