Interesting, these files that you speak of are not even in my ftp site. They
must not be part of the war file. This might actually make sense because
they are actually the config files that "run" the Solr model if I'm not
mistaken (excuse my simpleness here).

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

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