Open billau opened 13 years ago
Hi the admin interface is not supported (yet) in solandra. What specifically do you want to see from it?
setting log level and the statics pages, among other. The admin interface is used by our operations staff so it would be nice if the same is available in Solandra for them.
Bill
ps nice talking to you this morning at CassandraSF. Definitely going to your talk in the afternoon.
On Sun, Jul 10, 2011 at 5:05 PM, tjake < reply@reply.github.com>wrote:
Hi the admin interface is not supported (yet) in solandra. What specifically do you want to see from it?
Reply to this email directly or view it on GitHub: https://github.com/tjake/Solandra/issues/108#issuecomment-1543199
I downloaded a tar ball yesterday and am able to get the reuters example up and running. However, I am having trouble with the admin interface. I have un-commented the admin request handler in solrconfig.xml:
When I hit the admin interface with the URL http://localhost:8983/solandra/reuters/admin/ I am getting a 404:
HTTP ERROR 404
Problem accessing /solandra/admin/. Reason:
Powered by Jetty://
I noticed that the URL in the error message isn't correct. I am also able to hit individual admin handler without any problem. Here is the URL I used for the PropertiesRequestHandler: http://localhost:8983/solandra/reuters/admin/properties
By the way, is it possible to use Solandra without using Solr cores? I am never going to use more than 1 core.