Re: How do I secure solr server?

2008-02-21 Thread matt davies
Hi Mel One method is to limit the access to the web backend by only having it respond to 127.0.0.1. I'm not certain here but i think do that you need to add the limiting access code in your servlet, which may be different. For instance, we edited jetty.xml in our situation. I hope this

Re: How do I secure solr server?

2008-02-21 Thread Thorsten Scherler
On Thu, 2008-02-21 at 01:46 -0500, Mel Brand wrote: Hi guys, I run solr on a separate server from the application server and I'd like to know how to protect it. best with a firewall. I'd like to know how to prevent someone from communicating to the server and also prevent unauthorized

How do I secure solr server?

2008-02-20 Thread Mel Brand
Hi guys, I run solr on a separate server from the application server and I'd like to know how to protect it. I'd like to know how to prevent someone from communicating to the server and also prevent unauthorized access (through the web) to admin page. Any help is extremely appreciated!! :)