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