InterviewSolution
| 1. |
What Is The Difference Between The Wl_home/config/examples/applications Folder And The Wl_home/config/examples/stage Folder? |
|
Answer» The applications folder is INTENDED for applications that are not yet ready for a PRODUCTION ENVIRONMENT. WebLogic SERVER dynamically deploys the contents of the applications folder. Thestage folder (or a folder that you create for the same purpose) is for storing copies of deployment files that are ready for deployment in a production environment (deployments that use the stage orexternal_stage deployment modes). The applications folder is intended for applications that are not yet ready for a production environment. WebLogic Server dynamically deploys the contents of the applications folder. Thestage folder (or a folder that you create for the same purpose) is for storing copies of deployment files that are ready for deployment in a production environment (deployments that use the stage orexternal_stage deployment modes). |
|