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 :
>
> : we use in our appli
: 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 eno
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 :
> I hate when this happen.
>
> Look, if you enter the url:
>
> http://server:port/solr/core/admin
>
> yo
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
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 We