Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-25 Thread Robert Naczinski
Thanx for your help. I bound de.lvm.services.logging.PerformanceLoggingFilter in web.xml and mapped it to /admin/* . It works fine with EmbeddedSolr. I get NullPointer in some links under admin/index.jsp, but I will solve this problem. Robert 2010/8/25 Chris Hostetter hossman_luc...@fucit.org:

'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Robert Naczinski
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

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Lucas F. A. Teixeira
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 -

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Robert Naczinski
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:

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Chris Hostetter
: 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