Unfortunately, when I use ..../admin/ I get the error too. My contextroot is not 'solr'. I use the EmbeddedSolrServer in another JEE-App
Another idea? Robert 2010/8/24 Lucas F. A. Teixeira <lucas...@gmail.com>: > I hate when this happen. > > Look, if you enter the url: > > http://server:port/solr/core/admin > > you'll have this error you said... try a final slash on it > > http://server:port/solr/core/admin/ > > and will work. > > > > Lucas Frare Teixeira .ยท. > - lucas...@gmail.com > - lucastex.com.br > - blog.lucastex.com > - twitter.com/lucastex > > > On Tue, Aug 24, 2010 at 8:30 AM, Robert Naczinski < > robert.naczin...@googlemail.com> wrote: > >> Hello, >> >> 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' >> >> We run the application on Websphere.Die Tips from >> http://wiki.apache.org/solr/SolrWebSphere and >> http://www-01.ibm.com/support/docview.wss?uid=swg24014758 I have >> already implemented. >> >> Can someone give me a tip, and say how can I see the console? >> >> Regards, >> >> Robert >> >