/etc/solr/solr-tomcat.xml is in solr-tomcat 3.6.2+dfsg-11.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | <!--
Context configuration file for the Solr Web App
-->
<Context path="/solr" docBase="/usr/share/solr/web" privileged="true" crossContext="true">
<Resources allowLinking="true"/>
<Environment name="solr/home" type="java.lang.String" value="/usr/share/solr" override="true" />
</Context>
|