On 10/26/06, Tim Archambault <[EMAIL PROTECTED]> wrote:
Yonik,

*"put the solr home (containing conf, data, etc) in the directory that
tomcat starts in"*

Would this be related to the "instance" of Tomcat I'm using?

Probably, yes.

I supposed this could be available under my root. If it's where Tomcat
starts on the server, I doubt I can place any files in that directory.

The best thing then would be to edit the web.xml and bake in the
location of where you can put the solr home (containing ./conf ./data
)

The system property you would want to set is solr.solr.home
http://wiki.apache.org/solr/ConfiguringSolr

Or if you have access to the Tomcat config directories, you could use
the method described under "Multiple Solr Webapps" here:
http://wiki.apache.org/solr/SolrTomcat

-Yonik

Reply via email to