InterviewSolution
| 1. |
Provide An Introduction To Autoconfig. How Does Autoconfig Know Which Value From The Xml File Needs To Be Put In Which File? |
|
Answer» AutoConfig uses a context file to MAINTAIN key CONFIGURATION FILES. A context file is an XML file in the $APPL_TOP/admin directory and is the centralized repository. When you run AutoConfig it reads the XML files and creates all the AutoConfig managed configuration files. For each configuration file MAINTAINED by AutoConfig, there EXISTS a template file which determines which values to pick from the XML file. AutoConfig uses a context file to maintain key configuration files. A context file is an XML file in the $APPL_TOP/admin directory and is the centralized repository. When you run AutoConfig it reads the XML files and creates all the AutoConfig managed configuration files. For each configuration file maintained by AutoConfig, there exists a template file which determines which values to pick from the XML file. |
|