Hi, First of all, the wiki page you refer to is *not* the official ref-guide. The official one can be found here https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide
The wiki you found is a community-edited wiki, and may talk about ideas or patches. The autentication you try to do is not part of Solr, but something you have to setup in your servlet container. Please refer to the documentation or community for your servlet container for help on this. The path to Admin is http://your.host:8983/solr/#/ but I have no idea on how to instruct your servlet container to only require auth for this path and not for e.g. http://your.host:8983/solr/collection1/select -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 19. mars 2014 kl. 09:47 skrev Tony Xue <xuez...@gmail.com>: > Hi all, > > I was following the instructions in the official wiki: > https://wiki.apache.org/solr/SolrSecurity > > But I don't have any idea about what directory I should put between > <url-pattern></url-pattern> to secure only admin page. > > I tried to put <url-pattern>/admin/*</url-pattern> but it didn't work. > > > Tony