Did you try to change solr.search.server to
http://localhost:8080/solr/search? If not, make the change, rebuild and
restart tomcat.
Javier Távara
2013/10/7 Oscar Sanchez Gomez <[email protected]>
> Can anybody help me to resolve the problem using Discovery.
>
> Regards,
> Ing. Oscar Sánchez G., MAE
> Profesional en TI
> Biblioteca José Figueres Ferrer
> Instituto Tecnológico de Costa Rica
> Tel: 2550-2135
> Fax: 2591-4820
> Apdo Postal: 159-7050
> >
> >
> >
> > De: Oscar Sanchez Gomez
> > Enviado el: jueves, 03 de octubre de 2013 09:25 a.m.
> > Para: '[email protected]'
> > Asunto: RE: [Dspace-tech] Search results in non english language
> >
> >
> >
> > I don't know how to solve the problem. These are my config files.
> >
> >
> >
> > Tomcat connector port:
> >
> >
> >
> > <Connector port="8080" protocol="HTTP/1.1"
> >
> > maxThreads="150"
> >
> > minSpareThreads="25"
> >
> > maxSpareThreads="75"
> >
> > enableLookups="false"
> >
> > acceptCount="100"
> >
> > connectionTimeout="20000"
> >
> > disableUploadTimeout="true"
> >
> > URIEncoding="UTF-8"
> >
> > redirectPort="8443" />
> >
> > Also I use these iptables rules to run as if where in port 80
> > (http://bibliorep.itcr.ac.cr, and rename the xmlui directory as ROOT):
> >
> >
> >
> > Table: nat
> >
> > Chain PREROUTING (policy ACCEPT)
> >
> > num target prot opt source destination
> >
> > 1 REDIRECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp
> dpt:80
> > redir ports 8080
> >
> > 2 REDIRECT udp -- 0.0.0.0/0 0.0.0.0/0 udp
> dpt:80
> > redir ports 8080
> >
> >
> >
> > The discovery.cfg file contains the following line:
> >
> >
> >
> > solr.search.server = http://bibliorep.itcr.ac.cr/solr/search
> >
> >
> >
> > This url is not yet public because I am configuring this server to
> > replace the 1.8 version.
> >
> >
> >
> > Can help me to configure it adequately?
> >
> >
> >
> > Regards
> >
> > Ing. Oscar Sánchez G., MAE
> >
> > Profesional en TI
> >
> > Biblioteca José Figueres Ferrer
> >
> > Instituto Tecnológico de Costa Rica
> >
> > I Tel: 2550-2135
> >
> > 7 Fax: 2591-4820
> >
> > F Apdo Postal: 159-7050
> >
> >
> >
> > -----Mensaje original-----
> > De: [email protected] [mailto:[email protected]] En nombre de
> > helix84 Enviado el: jueves, 03 de octubre de 2013 01:51 a.m.
> > Para: Javier Távara
> > CC: Oscar Sanchez Gomez; [email protected]
> > Asunto: Re: [Dspace-tech] Search results in non english language
> >
> >
> >
> > On Thu, Oct 3, 2013 at 4:55 AM, Javier Távara <[email protected]>
> wrote:
> >
> >> Make sure your search.server URL in discovery.cfg is correct.
> >
> >> Something like http://localhost:8080/solr/search
> >
> >
> >
> > Exactly, this should be the problem. Check which port your Solr is
> > running on (it's your Tomcat's HTTP port unless you customized it) in
> > connector configuration or using "sudo netstat -tulpn".
> >
> >
> >
> > The same Solr URL (differing only in the last component - Solr core
> >
> > name) should also be set for Statistics in "server"
> >
> > ([dspace]/config/modules/solr-statistics.cfg) and for OAI in "solr.url"
> > ([dspace]/config/modules/oai.cfg) if you're using these modules.
> >
> >
> >
> >
> >
> > Regards,
> >
> > ~~helix84
> >
> >
> >
> > Compulsory reading: DSpace Mailing List Etiquette
> > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> >
> >
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> 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
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
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