solrlucenebanana

Installed Banana and now the Solr HTTP api stopped working


Im very new to Solr (4.10) and Banana. Here is my issue:

Here is the full error message:

HTTP ERROR 404
Problem accessing /solr/coll1/suggest. Reason:
Not Found

I also tried with the default collection1 with sample data:

HTTP ERROR 404
Problem accessing /solr/collection1/select. Reason:
Not Found

Why can I no longer query the Solr instance behind the banana install? What am I missing? I made sure to populate coll1 with some sample data as well


Solution

  • I ended up dropping banana in the apache-tomcat-9.0.27/webapps/ folder instead of inside the Solr webapps directory as described here (https://github.com/lucidworks/banana) and it works now