Ignore:
Timestamp:
2015-08-03T17:50:52+12:00 (9 years ago)
Author:
ak19
Message:

The current solr tomcat context file's IP regex was insufficient to make the /solr context available off localhost on a mac. Dr Bainbridge fixed it. Now we can successfully rebuild a solr collection on a Mac again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/solr-tomcat-context.xml.in

    r30036 r30088  
    99 
    1010  <!-- Allow this machine: 127.0.0.1 (IPv4) and 0:0:0:0:0:0:0:1 (IPv6, needed on the windows we tested this on) -->
    11   <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="(127\.0\.0\.1|0:0:0:0:0:0:0:1@IPv4@)"/>
     11  <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="(127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1(%\d)?@IPv4@)"/>
    1212 
    1313</Context>
Note: See TracChangeset for help on using the changeset viewer.