Closed davidstrauss closed 13 years ago
Let's say I install a schema to core 3902c512-1c0c-4cdd-9cc9-22dec03556b6-live.
This request works fine: curl "http://localhost:8983/solandra/3902c512-1c0c-4cdd-9cc9-22dec03556b6-live/admin/ping"
I get the expected: <?xml version="1.0" encoding="UTF-8"?>
This doesn't: curl http://localhost:8983/solandra/3902c512-1c0c-4cdd-9cc9-22dec03556b6-live/admin/luke
I get a 404 beginning with this:
Problem accessing /solandra/admin/luke. Reason:
NOT_FOUND
My mistake. Closing this.
Let's say I install a schema to core 3902c512-1c0c-4cdd-9cc9-22dec03556b6-live.
This request works fine: curl "http://localhost:8983/solandra/3902c512-1c0c-4cdd-9cc9-22dec03556b6-live/admin/ping"
I get the expected: <?xml version="1.0" encoding="UTF-8"?>
This doesn't: curl http://localhost:8983/solandra/3902c512-1c0c-4cdd-9cc9-22dec03556b6-live/admin/luke
I get a 404 beginning with this:
HTTP ERROR 404
Problem accessing /solandra/admin/luke. Reason:
Powered by Jetty://
[...] It strangely thinks I'm trying to access "/solandra/admin/luke".