: we use in our application to the JEE EmbeddedSolrServer. It works very
: well. Now I wanted to create the admin JSPs. For that I have copied
: the JSPs from webroot Solr example. When I try to access
: ...admin/index.jsp , I get 'Error 404: missing core name in path'

just copying JSPs isn't enough to make the Solr admin interface magically 
work in a an app that uses EmbeddedSolr -- EmbeddedSolr is really not 
designed to be used this way at all, that's the trade of of using Embedded 
vs just running Solr as an app.

In particular, the SolrDispatchFilter is responsible for intercepting all 
HTTP requests to Solr, and sets up a lot of pre-conditions that the JSPs 
depend on -- it's also what executes the various Handlers that are 
make many of the admin URLs work.

If you really insist on pursuing this route, i suggest you start by 
looking at the existing Solr web.xml


-Hoss

--
http://lucenerevolution.org/  ...  October 7-8, Boston
http://bit.ly/stump-hoss      ...  Stump The Chump!

Reply via email to