InterviewSolution
| 1. |
How Do I Turn The Auto-deployment Feature Off? |
|
Answer» The auto-deployment feature checks the APPLICATIONS folder EVERY three seconds to DETERMINE whether there are any new applications or any changes to existing applications and then dynamically deploys these changes. The auto-deployment feature is ENABLED for servers that run in development mode. To disable auto-deployment feature, use one of the following methods to PLACE servers in production mode:
-Dweblogic.ProductionModeEnabled=true The auto-deployment feature checks the applications folder every three seconds to determine whether there are any new applications or any changes to existing applications and then dynamically deploys these changes. The auto-deployment feature is enabled for servers that run in development mode. To disable auto-deployment feature, use one of the following methods to place servers in production mode: -Dweblogic.ProductionModeEnabled=true |
|