Ignore:
Timestamp:
2015-07-16T20:46:39+12:00 (9 years ago)
Author:
ak19
Message:

Solr servlet and commands to its URL need to work in binary, for which the solr.xml tomcat context file needs to be regenerated with the correct values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r30013 r30035  
    14261426      </filterset>
    14271427    </copy>
     1428
     1429    <!-- set up the solr context -->
     1430    <copy file="${basedir}/ext/solr/solr-tomcat-context.xml.in" tofile="${packages.home}/tomcat/conf/Catalina/localhost/solr.xml" overwrite="true">
     1431      <filterset>
     1432        <filter token="gsdl3webhome" value="${web.writablehome}"/>
     1433    <filter token="tomcathome" value="${basedir}/packages/tomcat"/>
     1434      </filterset>
     1435    </copy>
     1436
    14281437    <!-- set up the greenstone3 context, it may have a custom name specified in build.properties -->
    14291438    <if><bool><not><equals arg1="greenstone3" arg2="${custom.context}"></equals></not></bool>
Note: See TracChangeset for help on using the changeset viewer.