On 7/20/2015 5:45 PM, Vineeth Dasaraju wrote: > I am trying to install Banana on top of solr but haven't been able to do > so. All the procedures that I get are for an earlier version of solr. Since > the directory structure has changed in the new version, inspite of me > placing the banana folder under the server/solr-webapp/webapp folder, I am > not able to access it using the url > localhost:8983/banana/src/index.html#/dashboard. I would appreciate it if > someone can throw some more light into how I can do it.
I think you would also need an xml file in server/contexts that tells Jetty how to load the application. I cloned the git repository for banana, and I see jetty-contexts/banana-context.xml there. I would imagine that copying this xml file into server/contexts and copying the banana.war generated by "ant build-war" into server/webapps would be enough to install it. If what I have said here is not enough to help you, then your best bet for help with this is to talk to Lucidworks. They know Solr REALLY well. Thanks, Shawn