Re: location of solr folder when deploy to servlet container

2011-09-16 Thread Chris Hostetter

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

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


-Hoss


location of solr folder when deploy to servlet container

2011-09-15 Thread Kiwi de coder
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

2011-09-15 Thread Markus Jelsma
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