Re: SolrCloud Tomcat configuration: problems and doubts.

2012-11-06 Thread Luis Cappa Banda
Forward to solr-user mailing list. We forgot to reply to it, :-/ 2012/11/5 Luis Cappa Banda > Hello, Mark! > > I´ve been testing more and more and things are going better. I have tested > what you told me about "-Dbootstrap_conf=true" and works fine, but the > problem is that if I include that a

Re: SolrCloud Tomcat configuration: problems and doubts.

2012-11-02 Thread Luis Cappa Banda
Hello, Mark! How are you? Thanks a lot for helping me. You were right about jetty.host parameter. My fianl test solr.xml looks like: * * ** * * I´ve noticed that 'hostContext' parameter was also required, so I included it. After that corrections Cloud graph tree looks right, and executing

Re: SolrCloud Tomcat configuration: problems and doubts.

2012-10-31 Thread Mark Miller
A big difference if you are using tomcat is that you still need to specify jetty.port - unless you change the name of that sys prop in solr.xml. Some more below: On Wed, Oct 31, 2012 at 2:09 PM, Luis Cappa Banda wrote: > Hello! > > How are you?I followed SolrCloud Wiki tutorial and noticed that