Re: Securing Solr under Tomcat - IP best way?

2012-04-10 Thread Markus Jelsma
oples time but can anyone elaborate more on the kind of firewall rules I should be looking at? -- View this message in context: http://lucene.472066.n3.nabble.com/Securing-Solr-under-Tomcat-IP-best-way-tp3899929p3900040.html Sent from the Solr - User mailing list archive at Nabble.com. --

Re: Securing Solr under Tomcat - IP best way?

2012-04-10 Thread Spadez
Thank you for the reply. I hate to take more of peoples time but can anyone elaborate more on the kind of firewall rules I should be looking at? -- View this message in context: http://lucene.472066.n3.nabble.com/Securing-Solr-under-Tomcat-IP-best-way-tp3899929p3900040.html Sent from the Solr

Re: Securing Solr under Tomcat - IP best way?

2012-04-10 Thread Markus Jelsma
nx, and Nutch and Solr under Tomcat. Is the best security practice for > securing Solr under Tomcat simply to only allow requests only from > 127.0.0.1. This way Solr isn’t exposed to the outside world and is only > compromised when the server is hacked, at which point I’m buggered anyway? &g

Securing Solr under Tomcat - IP best way?

2012-04-10 Thread Spadez
Hi, I’m in the process of working how to configure and secure my server running Nginx, and Nutch and Solr under Tomcat. Is the best security practice for securing Solr under Tomcat simply to only allow requests only from 127.0.0.1. This way Solr isn’t exposed to the outside world and is only

Re: Solr under Tomcat

2011-04-11 Thread Lance Norskog
server prior to integrating on the tomcat6. > > I have followed installation steps from > http://wiki.apache.org/solr/SolrTomcat > (Tomcat on Windows Single Solr app). > > Thanks, > Mike > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-under-Tomcat-tp2613501p2805970.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Lance Norskog goks...@gmail.com

RE: Solr under Tomcat

2011-04-11 Thread Mike
g. It works fine when i tried with default jetty server prior to integrating on the tomcat6. I have followed installation steps from http://wiki.apache.org/solr/SolrTomcat (Tomcat on Windows Single Solr app). Thanks, Mike -- View this message in context: http://lucene.472066.n3.nabble.com/S

RE: Solr under Tomcat

2011-03-02 Thread Thumuluri, Sai
Thank you - I found it. -Original Message- From: rajini maski [mailto:rajinima...@gmail.com] Sent: Thursday, March 03, 2011 12:03 AM To: solr-user@lucene.apache.org Subject: Re: Solr under Tomcat Sai, The index directory will be in your Solr_home//Conf//data directory.. The path

Re: Solr under Tomcat

2011-03-02 Thread rajini maski
Sai, The index directory will be in your Solr_home//Conf//data directory.. The path for this directory need to be given where ever you want to by changing the data-dir path in config XML that is present in the same //conf folder . You need to stop tomcat service to delete this directory and t

Re: Solr under Tomcat

2011-03-02 Thread Savvas-Andreas Moysidis
Hi Sai, You can find your index files at: {%TOMCAT_HOME}\solr\data\index If you want to clear the index just delete the whole index directory. Regards, - Savvas On 2 March 2011 14:09, Thumuluri, Sai wrote: > Good Morning, > We have deployed Solr 1.4.1 under Tomcat and it works great, however I

Solr under Tomcat

2011-03-02 Thread Thumuluri, Sai
Good Morning, We have deployed Solr 1.4.1 under Tomcat and it works great, however I cannot find where the index (directory) is created. I set solr home in web.xml under /webapps/solr/WEB-INF/, but not sure where the data directory is. I have a need where I need to completely index the site and it

Re: multiple cores on SOLR under Tomcat

2010-04-28 Thread Dimitrios Sferopoulos
Thanks for all the help guys. I now have it up and running. Jon Baer wrote: I would not use this layout, you are putting important Solr config files outside onto the docroot (presuming we are looking @ the webapps folder) ... here is my current Tomcat project (if it helps): [507][jonbaer.MBP

Re: multiple cores on SOLR under Tomcat

2010-04-27 Thread Jon Baer
I would not use this layout, you are putting important Solr config files outside onto the docroot (presuming we are looking @ the webapps folder) ... here is my current Tomcat project (if it helps): [507][jonbaer.MBP: tomcat]$ pwd /Users/jonbaer/WORKAREA/SVN_HOME/my-project/tomcat [508][jonbaer

Re: multiple cores on SOLR under Tomcat

2010-04-27 Thread Shawn Heisey
Here's how I've got things set up. It's a different directory structure than yous, and I run it under jetty, but hopefully it gives you the basic idea. The dataDir setting is relative to the instanceDir setting. I run jetty with -Dsolr.solr.home=/index/solr so it can find solr.xml. [r...@i

Re: SV: multiple cores on SOLR under Tomcat

2010-04-27 Thread Dimitrios Sferopoulos
l.com] Sendt: 27. april 2010 14:37 Til: solr-user@lucene.apache.org Emne: Re: multiple cores on SOLR under Tomcat My SOLR directory structure is: solr admin home bin conf data solr.xml multicore core0 data

SV: multiple cores on SOLR under Tomcat

2010-04-27 Thread Roland Villemoes
: multiple cores on SOLR under Tomcat > My SOLR directory structure is: > > solr >  admin >  home >        bin >        conf >        data >        solr.xml >         multicore >                core0 >                    data >                    conf

Re: multiple cores on SOLR under Tomcat

2010-04-27 Thread Sergei Goorov
> My SOLR directory structure is: > > solr >  admin >  home >        bin >        conf >        data >        solr.xml >         multicore >                core0 >                    data >                    conf >                core1 >                    data >                    conf >  META-IN

multiple cores on SOLR under Tomcat

2010-04-27 Thread Dimitrios Sferopoulos
Hi all, I have been trying to set up multiple cores on SOLR that runs under Apache Tomcat but haven't had much luck. I followed the instruction on the wiki but that didn't help much. This is what I get when I browse in: http://devel.edina.ac.uk:20232/solr/admin/cores My SOLR directory struc

Re: Solr under tomcat - UTF-8 issue

2010-01-23 Thread Sven Maurmann
Hi, I did not read the original mail, but for the UTF-8 issue with Tomcat you might consult the url http://wiki.apache.org/solr/SolrTomcat The relevant piece of information is under "URI Charset Config": *** quote *** Edit Tomcat's conf/server.xml and add the following attribute to the correct

Re: Solr under tomcat - UTF-8 issue

2010-01-22 Thread Frank Wesemann
Glock, Thomas schrieb: My flex client httpservice by default only sets the content-type request header to "application/x-www-form-urlencoded" what it needed to do for tomcat is set the content-type request header to content-type = "application/x-www-form-urlencoded; charset=UTF-8"; As s

RE: Solr under tomcat - UTF-8 issue

2009-10-26 Thread Glock, Thomas
26, 2009 2:12 AM To: solr-user@lucene.apache.org Subject: RE: Solr under tomcat - UTF-8 issue I was originally using POST for the same reason, however I discovered that Tomcat could easily be configured to accept any length URI. All it requires is specifying the maxHttpHeaderSize attribute in yo

RE: Solr under tomcat - UTF-8 issue

2009-10-25 Thread markwaddle
or that population. The documents have the > associated role information as metadata and therefore users will get only > the documents they have access to and are relevant to them. That's the > plan anyway! > > By chance I stumbled in Solr a month or so ago and I think its

RE: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Glock, Thomas
or so ago and I think its awesome. I got the book two days ago too - fantastic! Thanks again, Tom -Original Message- From: Walter Underwood [mailto:wun...@wunderwood.org] Sent: Saturday, October 24, 2009 1:31 PM To: solr-user@lucene.apache.org Subject: Re: Solr under tomcat - UTF-8 iss

Re: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Walter Underwood
eeley Sent: Saturday, October 24, 2009 12:43 PM To: solr-user@lucene.apache.org Subject: Re: Solr under tomcat - UTF-8 issue Try using example/exampledocs/test_utf8.sh to narrow down if the charset problems you're hitting are due to servlet container configuration. -Yonik http://w

RE: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Glock, Thomas
Of Yonik Seeley Sent: Saturday, October 24, 2009 12:43 PM To: solr-user@lucene.apache.org Subject: Re: Solr under tomcat - UTF-8 issue Try using example/exampledocs/test_utf8.sh to narrow down if the charset problems you're hitting are due to servlet container configuration. -Yonik http:

Re: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Yonik Seeley
---Original Message- > From: Zsolt Czinkos [mailto:czin...@gmail.com] > Sent: Saturday, October 24, 2009 11:36 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr under tomcat - UTF-8 issue > > Hello > > Have you set URIEncoding attribute to UTF-8 in tomcat

RE: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Glock, Thomas
ng it. Thanks for your help. -Original Message- From: Zsolt Czinkos [mailto:czin...@gmail.com] Sent: Saturday, October 24, 2009 11:36 AM To: solr-user@lucene.apache.org Subject: Re: Solr under tomcat - UTF-8 issue Hello Have you set URIEncoding attribute to UTF-8 in tomcat's serv

Re: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Zsolt Czinkos
Hello Have you set URIEncoding attribute to UTF-8 in tomcat's server.xml (on connector element)? Like: Hope this helps. Best regards czinkos 2009/10/24 Glock, Thomas : > > Hoping someone can help - > > Problem: >        Querying for non-english phrases such as Добавить do not return any >

Solr under tomcat - UTF-8 issue

2009-10-24 Thread Glock, Thomas
Hoping someone can help - Problem: Querying for non-english phrases such as Добавить do not return any results under Tomcat but do work when using the Jetty example. Both tomcat and jetty are being queried by the same custom (flash) client and both reference the same solr/da