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. We can use variables in the configuration to avoid hardcoding values that might not be appropriate 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.


Parent topic: Administer Liberty manually


Related information