Use include elements, variables, and Ref tags in configuration files
We can keep all the configuration settings in a single server.xml file, or we can use include elements to consolidate configuration settings from separate files. Use variables to avoid hardcoding inappropriate values when the configuration is reused in different environments. We can use Ref tags to refer to (and thereby reuse) existing code blocks defined elsewhere in the configuration.
Subtopics
- Use include elements in configuration files
- Use variables in configuration files
- Use Ref tags in configuration files
Parent topic: Administer the Liberty profile manuallyConcepts:
Server configuration