I notice this in the MultiCore wiki...

To access the admin pages for each core visit:
    http://localhost:8983/solr/admin/?core=core0
    http://localhost:8983/solr/admin/?core=core1

...trying this out using the example multicore setup didn't seem to work (the admin screen said core0 even for the second URL) -- but in general i'm curious if there's a specific desire for the admin pages to work with URLs like this (the core name as a URL param) instead of the having the core in the path like for the rest of the URLs?

Sure the admin pages are (mostly) JSPs, but before the Dispatcher forwards the request/response up the chain, it could pull the core name out of the path and include it as a request attribute right?




-Hoss

Reply via email to