Re: Configuring the jetty shipped with Solr

2013-02-05 Thread Arcadius Ahouansou
What you may want to do is open up Jetty and get a proper firewall in place to filter clients IP? Arcadius. On 5 February 2013 16:47, Ali, Saqib wrote: > Thanks Alex. > > I was able to bind jetty to 127.0.0.1 so that it only accepts connections > from localhost using the following: > /> > But h

Re: Configuring the jetty shipped with Solr

2013-02-05 Thread Ali, Saqib
Thanks Alex. I was able to bind jetty to 127.0.0.1 so that it only accepts connections from localhost using the following: But how I do set it so that it can accept connections from certain non-localhost IP addresses as well? Thanks. On Mon, Feb 4, 2013 at 5:06 PM, Alexandre Rafalovitch wrote

Re: Configuring the jetty shipped with Solr

2013-02-04 Thread Alexandre Rafalovitch
I believe, for the example directory (as in relative to start.jar), contexts directory has the url mapping to solr (/solr), etc has some global jetty properties and solr-webapp/webapp/WEB-INF contains some Solr's specific jetty configuration. Beware that the last one however is a decompressed vers

Configuring the jetty shipped with Solr

2013-02-04 Thread Ali, Saqib
Hello all, How do I change the configuration for the Jetty that is shipped with Apache Solr? Where are the configuration files located? I want to restrict the IP address that can connect to that instance of Solr Thanks, Saqib