On 5/16/2013 12:37 PM, M. Flatterie wrote:
Afternoon, my solr.xml file is the following (and has not changed from 4.2.1 to
4.3.0):
<Context path="/solr" docBase="/home/tcatadm1/apache-tomcat-7.0.39/webapps/solr.war"
debug="0" crossContext="true">
<Environment name="solr/home" type="java.lang.String" value="/home/solradm1"
override="true"/>
</Context>
That is not the solr.xml Mark is referring to. This solr.xml configures
tomcat to load Solr. You will have /home/solradm1/solr.xml as well,
that is the one we are concerned with.
Thanks,
Shawn