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 Francis Yakin <fy...@liquid.com> on 2009/06/02 00:47:41 UTC

Solr.war

We are planning to upgrade solr 1.2.0 to 1.3.0

Under 1.3.0 - Which of war file that I need to use and deploy on my application?

We are using weblogic.

There are two war files under /opt//apache-solr-1.3.0/dist/apache-solr-1.3.0.war and under /opt/apache-solr-1.3.0/example/webapps/solr.war.
Which is one are we suppose to use?


Thanks

Francis



RE: Solr.war

Posted by Francis Yakin <fy...@liquid.com>.
 Thank You!

Francis

-----Original Message-----
From: Koji Sekiguchi [mailto:koji@r.email.ne.jp]
Sent: Monday, June 01, 2009 5:14 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr.war

They are identical. solr.war is a copy of apache-solr-1.3.0.war.
You may want to look at example target in build.xml:

  <target name="example"
          description="Creates a runnable example configuration."
          depends="init-forrest-entities,dist-contrib,dist-war">
    <!-- copy apache-solr-1.3.0.war to solr.war -->
    <copy file="${dist}/${fullnamever}.war"
          tofile="${example}/webapps/${ant.project.name}.war"/>

Koji

Francis Yakin wrote:
> We are planning to upgrade solr 1.2.0 to 1.3.0
>
> Under 1.3.0 - Which of war file that I need to use and deploy on my application?
>
> We are using weblogic.
>
> There are two war files under /opt//apache-solr-1.3.0/dist/apache-solr-1.3.0.war and under /opt/apache-solr-1.3.0/example/webapps/solr.war.
> Which is one are we suppose to use?
>
>
> Thanks
>
> Francis
>
>
>
>


Re: Solr.war

Posted by Koji Sekiguchi <ko...@r.email.ne.jp>.
They are identical. solr.war is a copy of apache-solr-1.3.0.war.
You may want to look at example target in build.xml:

  <target name="example"
          description="Creates a runnable example configuration."
          depends="init-forrest-entities,dist-contrib,dist-war">
    <!-- copy apache-solr-1.3.0.war to solr.war -->
    <copy file="${dist}/${fullnamever}.war"
          tofile="${example}/webapps/${ant.project.name}.war"/>

Koji

Francis Yakin wrote:
> We are planning to upgrade solr 1.2.0 to 1.3.0
>
> Under 1.3.0 - Which of war file that I need to use and deploy on my application?
>
> We are using weblogic.
>
> There are two war files under /opt//apache-solr-1.3.0/dist/apache-solr-1.3.0.war and under /opt/apache-solr-1.3.0/example/webapps/solr.war.
> Which is one are we suppose to use?
>
>
> Thanks
>
> Francis
>
>
>
>