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 <docbook....@gmail.com> 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:
> <Set name="host"><SystemProperty name="jetty.host" default="127.0.0.1"
> /></Set>
> 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 
> <arafa...@gmail.com>wrote:
>
>> 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 version of
>> webapps/solr.war. I don't know if it ever gets overriden after the first
>> time it is decompressed or not.
>>
>> No idea where the actual IP address directive is, though.
>>
>> Regards,
>>    Alex.
>>
>> Personal blog: http://blog.outerthoughts.com/
>> LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
>> - Time is the quality of nature that keeps events from happening all at
>> once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD book)
>>
>>
>> On Mon, Feb 4, 2013 at 6:41 PM, Ali, Saqib <docbook....@gmail.com> wrote:
>>
>> > 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
>> >
>>

Reply via email to