Hmm.. It's a long time since i last did it and i don't remember the details anymore. But i remember that i've followed the wiki and i also struggled with this config files, and that in the end was just some minor details.
Later today i'll give it a try on my local instance to see if i get any luck. For now, let's see if anyone have more knowledge about it. Em ter, 8 de nov de 2016 às 13:29, Donald Bynum <[email protected]> escreveu: > Sorry, I forgot to add... > > I have also tried putting the following into the > conf/Catalina/localhost/solr.xml file and restart Tomcat: > > <?xml version='1.0' encoding='utf-8'?> > > <Context path="/solr" reloadable="true"> > <Valve className="org.apache.catalina.valves.RemoteAddrValve" > allow="127\.0\.0\.1" /> > > <Parameter name="LocalHostRestrictionFilter.localhost" > value="false" override="false" /> > </Context> > > The result is the same, no access from anywhere (including localhost) > > Regards, > > Don. > > On Mon, Nov 7, 2016 at 2:31 PM, Bruno Nocera Zanette < > [email protected]> wrote: > > Donald, > This is the expected behavior for SOLR, for security reasons. > > Take a look at this wiki to learn how to bypass this restriction: > > https://wiki.duraspace.org/display/DSPACE/Solr#Solr-Bypassinglocalhostrestrictiontemporarily > > Em seg, 7 de nov de 2016 às 16:33, Donald Bynum <[email protected]> > escreveu: > > I have DSpace 5.5 on Tomcat with Oracle as the DB. I want to run some > SOLR queries from a remote client, i.e. NOT running on the Tomcat server as > localhost. I need to do this in order to create some remote reporting > functions. Accessing SOLR on the Tomcat server as localhost is just fine: > http://localhost:8080/solr/... > > When I try the same from a remote client: > http://myserver.thing.org:8080/solr... I get a 403 error - "*Access to > the specified resource has been forbidden."* > > Any guidance here would be much appreciated. > > Regards, > > Don. > > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > > -- > Bruno Nocera Zanette > +55 41 9992-2508 > > > -- > > > Donald E. Bynum > [email protected] > -- Bruno Nocera Zanette +55 41 9992-2508 -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
