You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Laxmilal Menaria <lm...@chambal.com> on 2008/01/10 13:58:55 UTC

Disable Solr Admin Page To Access on Client Browser....

Hello everyone,

I have implemented Solr with Tomcat for Multiple webapp, and I am access
using code in application, now I want to disable the Admin page for access
on browser, so how can do it. Please let me know..

-- 
Thanks in advance,
Laxmilal menaria

http://www.chambal.com/
http://www.minalyzer.com/
http://www.bucketexplorer.com/

RE: Disable Solr Admin Page To Access on Client Browser....

Posted by "SDIS M. Beauchamp" <FB...@SDIS71.fr>.
You can set the firewall of your server to accept connection to the solr port only from your webserver(s) and your test computer

Florent 
 

-----Message d'origine-----
De : Laxmilal Menaria [mailto:lmenaria@chambal.com] 
Envoyé : jeudi 10 janvier 2008 13:59
À : solr-user@lucene.apache.org
Objet : Disable Solr Admin Page To Access on Client Browser....

Hello everyone,

I have implemented Solr with Tomcat for Multiple webapp, and I am access using code in application, now I want to disable the Admin page for access on browser, so how can do it. Please let me know..

--
Thanks in advance,
Laxmilal menaria

http://www.chambal.com/
http://www.minalyzer.com/
http://www.bucketexplorer.com/


Re: Disable Solr Admin Page To Access on Client Browser....

Posted by Ryan McKinley <ry...@gmail.com>.
All servlet containers provide some mechamism for 
authentication/authoriation -- just use that to restrict access to 
/admin and/or /update

If you really want to, you can also register a dummy RequestHandler to 
/admin and that will block access to the JSP interface

ryan



Laxmilal Menaria wrote:
> Hello everyone,
> 
> I have implemented Solr with Tomcat for Multiple webapp, and I am access
> using code in application, now I want to disable the Admin page for access
> on browser, so how can do it. Please let me know..
>