2015-08-17 122 views
2

我已經問題以下步驟而ubuntu上安裝CKAN 14.04(基本OS弗雷亞0.3)CKAN/Solr的:JSP支持沒有配置

具體來說這一個: http://docs.ckan.org/en/latest/maintaining/installing/install-from-source.html#setup-solr

當我開始JPS服務器和開放http://localhost:8983/solr/我有以下錯誤:

HTTP ERROR 500 

Problem accessing /solr/index.jsp. Reason: 

    JSP support not configured 
Powered by Jetty:// 

你能告訴我發生了什麼嗎?添加JAVA_HOME=/usr/lib/jvm/java-8-oracle 到jetty config不起作用。

+0

http://www.eclipse.org/jetty/documentation/current/configuring-jsp.html可能有幫助 –

回答

0

,您必須選擇J2EE預覽本地主機服務器來運行這個程序,所以不是在使用Apache Tomcat服務器,如果不是那麼確定,請手動選擇此服務器並運行它。 它的工作對我來說...

1

我這裏遵循的指示和它的工作 -

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 
0

@ashishsingal爲我工作對於小的修改,重新啓動碼頭,而不是Solr的,即:

sudo service jetty restart