You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by 刘浪 <li...@eisoo.com> on 2011/11/09 08:37:22 UTC

How to change the port of post.jar

Hi,
     I want to use post.jar to delete index.But my port is 8080. It is 8983 default.
     How can I change the port 8983 to 8080?

Thank you,
Amos


--

Re:Re: How to change the port of post.jar

Posted by 刘浪 <li...@eisoo.com>.
Thank you very much

Amos


--


> -----原始邮件-----
> 发件人: "Jayendra Patil" <ja...@gmail.com>
> 发送时间: 2011年11月9日 星期三
> 收件人: solr-user@lucene.apache.org
> 抄送: 
> 主题: Re: How to change the port of post.jar
> 
> You can pass the full url to post.jar as an argument.
> 
> example -
> 
> java -Durl=http://localhost:8080/solr/update -jar post.jar
> 
> Regards,
> Jayendra
> 
> On Wed, Nov 9, 2011 at 2:37 AM, 刘浪 <li...@eisoo.com> wrote:
> >
> > Hi,
> >     I want to use post.jar to delete index.But my port is 8080. It is 8983 default.
> >     How can I change the port 8983 to 8080?
> >
> > Thank you,
> > Amos
> >
> >
> > --
> >

Re: How to change the port of post.jar

Posted by Jayendra Patil <ja...@gmail.com>.
You can pass the full url to post.jar as an argument.

example -

java -Durl=http://localhost:8080/solr/update -jar post.jar

Regards,
Jayendra

On Wed, Nov 9, 2011 at 2:37 AM, 刘浪 <li...@eisoo.com> wrote:
>
> Hi,
>     I want to use post.jar to delete index.But my port is 8080. It is 8983 default.
>     How can I change the port 8983 to 8080?
>
> Thank you,
> Amos
>
>
> --
>