CKAN/Solr: JSP support not configured

﹥>﹥吖頭↗ 提交于 2019-12-06 13:54:48

I followed the instructions here and it worked --

https://github.com/ckan/ckan/pull/2966

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 solr restart

You must have Selected J2EE Preview at localhost server to run this program, so instead of that use apache tomcat server, if not defined then please manually select this server and run it. It worked for me...

@ashishsingal worked for me with a minor change to restart jetty instead of solr, i.e.:

sudo service jetty restart
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!