How to set solr/home in linux OS?

前端 未结 3 535
死守一世寂寞
死守一世寂寞 2021-01-21 04:23

I know how to configure solr.home by using Tomcat 6, but I don\'t know how to set solr.home by using Glassfish(V2.1). I have tried to set the sol

3条回答
  •  庸人自扰
    2021-01-21 04:40

    Try to set the following:

    export JAVA_OPTS="$JAVA_OPTS -Dsolr.solr.home=/home/huenzhao/search/solr/" 
    

提交回复
热议问题