Re: Solr Cloud Implementation with Apache Tomcat

2012-11-04 Thread Vadim Kisselmann
Hi Guru,
here my blogpost about this:
http://www.sentric.ch/blog/setting-up-solr-4-0-beta-with-tomcat-and-zookeeper
It´s pretty simple, just follow the mentioned steps.
Best regards
Vadim



2012/9/5 bsargurunathan :
> Hi Markus,
>
> Can you please tell me the exact file name in the tomcat folder?
> Means where I have to set the properties?
> I am using Windows machine and I have the Tomcat6.
>
>
> Thanks,
> Guru
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-Cloud-Implementation-with-Apache-Tomcat-tp4005209p4005535.html
> Sent from the Solr - User mailing list archive at Nabble.com.


RE: Solr Cloud Implementation with Apache Tomcat

2012-09-05 Thread bsargurunathan
Hi Markus,

Can you please tell me the exact file name in the tomcat folder?
Means where I have to set the properties?
I am using Windows machine and I have the Tomcat6.


Thanks,
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Cloud-Implementation-with-Apache-Tomcat-tp4005209p4005535.html
Sent from the Solr - User mailing list archive at Nabble.com.


RE: Solr Cloud Implementation with Apache Tomcat

2012-09-05 Thread Markus Jelsma
Set the -DzkHost= property in some Tomcat configuration as per the wiki page 
and point it to the Zookeeper(s). On Debian systems you can use 
/etc/default/tomcat6 to configure your properties.

 
 
-Original message-
> From:bsargurunathan 
> Sent: Wed 05-Sep-2012 10:40
> To: solr-user@lucene.apache.org
> Subject: Re: Solr Cloud Implementation with Apache Tomcat
> 
> Hi Rafal,
> 
> I worked with standalone zookeeper, which is starting.
> But the next step is, I want to configure the zookeeper with my solr cloud
> using Apache Tomcat.
> How it is really possible? Can you please tell me the steps, which I have to
> follow to implement the Solr Cloud with Apache Tomcat. Thanks in advance..
> 
> Thanks,
> Guru
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-Cloud-Implementation-with-Apache-Tomcat-tp4005209p4005528.html
> Sent from the Solr - User mailing list archive at Nabble.com.
> 


Re: Solr Cloud Implementation with Apache Tomcat

2012-09-05 Thread bsargurunathan
Hi Rafal,

I worked with standalone zookeeper, which is starting.
But the next step is, I want to configure the zookeeper with my solr cloud
using Apache Tomcat.
How it is really possible? Can you please tell me the steps, which I have to
follow to implement the Solr Cloud with Apache Tomcat. Thanks in advance..

Thanks,
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Cloud-Implementation-with-Apache-Tomcat-tp4005209p4005528.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr Cloud Implementation with Apache Tomcat

2012-09-04 Thread Rafał Kuć
Hello!

Try starting a standalone Zookeeper, which is very simple - look at 
http://zookeeper.apache.org/doc/r3.4.3/zookeeperStarted.html

-- 
Regards,
 Rafał Kuć
 Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch

> Hi folks,
> I am trying the Solr cloud using Apache Tomcat.
> In first I tried with Jetty server, which is mentioned in wiki.
> It is working fine, but while I am trying with Tomcat it is failure.
> Means solr is working, but solr cloud is not working.
> My doubt is how to configure the zookeeper in Tomcat.


> Thanks,
> Guru




> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-Cloud-Implementation-with-Apache-Tomcat-tp4005209.html
> Sent from the Solr - User mailing list archive at Nabble.com.