Using include elements, variables, and Ref tags in configuration files

You can keep all your configuration settings in a single server.xml file, or you can use include elements to consolidate configuration settings from separate files. You can use variables in the configuration to avoid hardcoding values that might not be appropriate when the configuration is reused in different environments. You can use Ref tags to refer to (and thereby reuse) existing code blocks that are defined elsewhere in the configuration.