Today one must write a simple test to validate solrconfig.xml
@Test public void validateSolrConfig() throws URISyntaxException, IOException { ValidateConfig.validateSolrConfig(); }
This could preferably be done statically when loading config (and having the corename) each time.