Changeset 32426 for main/trunk


Ignore:
Timestamp:
2018-09-05T16:40:11+12:00 (6 years ago)
Author:
ak19
Message:

Placeholder solr.context wasn't being filled in when the solr.xml tomcat context file is copied across. (Doesn't appear to be a crucial step, as things used to work before, but since I'm investigating solr servlet issues after https related changes, I noticed this.)

File:
1 edited

Legend:

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

    r32425 r32426  
    20592059    <copy file="${basedir}/ext/solr/solr-tomcat-context.xml.in" tofile="${packages.home}/tomcat/conf/Catalina/localhost/solr.xml" overwrite="true">
    20602060      <filterset>
     2061    <filter token="solr.context" value="${solr.context}"/>
    20612062        <filter token="gsdl3webhome" value="${web.writablehome}"/>
    20622063    <filter token="tomcathome" value="${basedir}/packages/tomcat"/>
Note: See TracChangeset for help on using the changeset viewer.