Changeset 30036 for gs3-extensions


Ignore:
Timestamp:
2015-07-16T22:44:29+12:00 (9 years ago)
Author:
ak19
Message:

Scripts for adding in the IPv4 of the GS server machine into the solr.xml tomcat context file, so that even if they're not using localhost but the hostname of the machine, the /solr context still works off 8383 (host:port/solr).

File:
1 edited

Legend:

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

    r30035 r30036  
    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)"/>
     11  <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="(127\.0\.0\.1|0:0:0:0:0:0:0:1@IPv4@)"/>
    1212 
    1313</Context>
Note: See TracChangeset for help on using the changeset viewer.