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

后端 未结 5 1580
伪装坚强ぢ
伪装坚强ぢ 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:56


    Try this steps:

    sudo mv jsp-2.1-6.0.2.jar /usr/share/jetty/lib/.

    change own:

    sudo chown root:root /usr/share/jetty/lib/jsp-2.1-6.0.2.jar

    finally restart jetty:

    sudo service jetty restart

    I followed this steps and now I can see localhost:8983/solr and localhost/solr/admin

提交回复
热议问题