I've found the problem. 

The Context attribute path needed to be set:

<Context path="/solr" docBase="/users/mp15/solr.war" debug="0"
 crossContext="true">
   <Environment name="solr/home" type="java.lang.String"
    value="/Users/mp15/solr" override="true"/>
</Context>


-----Original Message-----
From: Park, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 05, 2007 5:28 PM
To: solr-user@lucene.apache.org
Subject: tomcat context fragment

Hello All,

 

I've been working with solr on Tomcat 5.5/Windows and had success
setting my solr home using the context fragment.  However, I cannot get
it to work on Tomcat 5.028/Unix.  I've read and re-read the Apache
Tomcat documentation and cannot find a solution.  Has anyone run into
this issue?  Is there some Tomcat setting that is preventing this from
working?

 

Thanks,

Mike

Reply via email to