InterviewSolution
| 1. |
What Is Config Layering? |
|
Answer» Properties SET in LATER entries in the CONFIGPATH override earlier entries. By adding a ENTRY to the config path you can customize any components in the system without losing the original configuration information.You can have a global configuration COMMON to all machines then have machine specific information in the last layer. Properties set in later entries in the CONFIGPATH override earlier entries. By adding a entry to the config path you can customize any components in the system without losing the original configuration information.You can have a global configuration common to all machines then have machine specific information in the last layer. |
|