Im trying to parse solr variable to include differnet database settings depending on a variable.
-Dsolr.host=dev2.cr9
In solr log I got this exception
Exception during parsing file: solrconfig.xml:org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 91;
columnNumber: 123; An include with href 'file:///var/lib/solr/conf/database.dih.${solr.host}.xml'failed, and no fallback element was found.
How can I parse solr variable href -> using <xi:include href=""