Re: how solr4.0 and zookeeper run on weblogic

2014-11-24 Thread Ramzi Alqrainy
I hope this post helps you http://lucene.472066.n3.nabble.com/how-solr4-0-and-zookeeper-run-on-weblogic-td4013882.html -- View this message in context: http://lucene.472066.n3.nabble.com/how-solr4-0-and-zookeeper-run-on-weblogic-tp4170625p4170679.html Sent from the Solr - User mailing list arc

how solr4.0 and zookeeper run on weblogic

2014-11-24 Thread Sharma, Kunal
Hi , Is there a way to deploy Zookeeper on weblogic cluster. Thanks and Regards Kunal Sharma 07917836122

Re: how solr4.0 and zookeeper run on weblogic

2012-10-18 Thread Mark Miller
You can also edit solr.xml so that the property is tomcat.port or solr.port or whatever you want as well. We ship a working, tested Jetty example though. - Mark On Wed, Oct 17, 2012 at 11:12 AM, Jan Høydahl wrote: > Did it work for you? You probably also have to set -Djetty.port=8080 in order

Re: Re: how solr4.0 and zookeeper run on weblogic

2012-10-18 Thread rayvicky
public int addIndexDocuements(String hostUrl) throws IOException { HttpSolrServer solrServer = getServer("http://localhost:7001/solr/collection1/";); int res=1; try { Collection docs = new ArrayList();

Re: Re: how solr4.0 and zookeeper run on weblogic

2012-10-18 Thread Vadim Kisselmann
m.read(HttpChunkInputStream.java:142) > at > weblogic.utils.http.HttpChunkInputStream.read(HttpChunkInputStream.java:182) > at > weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:222) > at > weblogic.servlet.internal.ServletRequestImpl$

Re: Re: how solr4.0 and zookeeper run on weblogic

2012-10-17 Thread rayvicky
hl_/_Cominvent_[via_Lucene] 发送时间: 2012-10-17 23:13:10 收件人: rayvicky 抄送: 主题: Re: how solr4.0 and zookeeper run on weblogic Did it work for you? You probably also have to set -Djetty.port=8080 in order for local ZK not to be started on port 9983. It's confusing, but you can also

Re: how solr4.0 and zookeeper run on weblogic

2012-10-17 Thread Jan Høydahl
Did it work for you? You probably also have to set -Djetty.port=8080 in order for local ZK not to be started on port 9983. It's confusing, but you can also edit solr.xml to achieve the same. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraini

Re: how solr4.0 and zookeeper run on weblogic

2012-10-16 Thread Vadim Kisselmann
Hi, these are JAVA_OPTS params, you can find and set this stuff in the startManagedWeblogic script. Best regards Vadim 2012/10/16 rayvicky : > who can help me ? > where to settings -DzkRun-Dbootstrap_conf=true > -DzkHost=localhost:9080 -DnumShards=2 > in weblogic > > > > -- > View this m