You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Kiwi de coder <ki...@gmail.com> on 2011/09/15 18:57:03 UTC

location of solr folder when deploy to servlet container

hi,

how do i configure the solr folder to specific directory when deploy to
servlet container.

regards,
kiwi

Re: location of solr folder when deploy to servlet container

Posted by Markus Jelsma <ma...@openindex.io>.
In Tomcat you can set an environment var in Solr's context and set your home 
directory:

  <Environment name="solr/home" type="java.lang.String" value="/opt/solr/" 


> hi,
> 
> how do i configure the solr folder to specific directory when deploy to
> servlet container.
> 
> regards,
> kiwi

Re: location of solr folder when deploy to servlet container

Posted by Chris Hostetter <ho...@fucit.org>.
: how do i configure the solr folder to specific directory when deploy to
: servlet container.

https://wiki.apache.org/solr/SolrInstall


-Hoss