ckan local installation, 500 error on solr JSP support not configured

后端 未结 5 1593
伪装坚强ぢ
伪装坚强ぢ 2021-02-20 10:24

I am trying to install CKAN on my local computer using Ubuntu 14.04 LTS.

I followed the instructions for installing from source found here and I try to check if solr is

5条回答
  •  梦如初夏
    2021-02-20 10:58

    In Ubuntu 14.04 this can be fixed with:

    cd /tmp
    wget https://launchpad.net/~vshn/+archive/ubuntu/solr/+files/solr-jetty-jsp-fix_1.0.2_all.deb
    sudo dpkg -i solr-jetty-jsp-fix_1.0.2_all.deb
    sudo service jetty restart
    

提交回复
热议问题