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
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
public int addIndexDocuements(String hostUrl) throws IOException {
HttpSolrServer solrServer =
getServer("http://localhost:7001/solr/collection1/";);
int res=1;
try {
Collection docs = new
ArrayList();
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$
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
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
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