I've been reading your Solr Wiki and i'm stuck on the tomcat specific
instructions: the number 2 of the instruction looks like that:
replace it with a RemoteAddrValve and allow an enumerated set of IP
addresses or subnets
Change your server.xml or alternatively your context fragment (i.e.
conf/Catalina/localhost/solr.xml) like this:
<Context path="/solr" reloadable="true">
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="111.222.233.*,
123.123.123.123, 127.0.0.1"/>
<Parameter name="LocalHostRestrictionFilter.localhost" value="false"
override="false" />
</Context>
Are you refering to that context path=/solr in the chunk below? Thanks
<!-- Define a new context path for all DSpace web apps -->
<Context path="/xmlui" docBase="/dspace/webapps/xmlui" allowLinking="true"/>
<Context path="/sword" docBase="/dspace/webapps/sword" allowLinking="true"/>
<Context path="/oai" docBase="/dspace/webapps/oai" allowLinking="true"/>
<Context path="/jspui" docBase="/dspace/webapps/jspui" allowLinking="true"/>
<Context path="/lni" docBase="/dspace/webapps/lni" allowLinking="true"/>
<Context path="/solr" docBase="/dspace/webapps/solr" allowLinking="true"/>
2013/6/24 remi asare <[email protected]>
> Okay, I'll go read it then.
>
>
> 2013/6/24 helix84 <[email protected]>
>
>> On Mon, Jun 24, 2013 at 1:39 PM, remi asare <[email protected]> wrote:
>> > Okay, i can try that on online dspace right? it's because Peter said
>> that i
>> > may recieve an error if i try to query a SOLR system outside of my
>> > localhost.
>>
>> That's exactly what my Solr wiki page explains.
>>
>>
>> Regards,
>> ~~helix84
>>
>> Compulsory reading: DSpace Mailing List Etiquette
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>
>
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette