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
  • gs3-extensions/solr/trunk/src/build.xml

    r30000 r30035  
    223223      <path path="${tomcat.dir}"/><!-- creates an absolute path-->
    224224    </pathconvert>
    225     <filter token="gsdl3home" value="${gsdl3.web.home}"/>
     225    <filter token="gsdl3webhome" value="${gsdl3.web.home}"/>
    226226    <filter token="tomcathome" value="${tomcat.home}"/>
    227227    <copy file="solr-tomcat-context.xml.in" tofile="${tomcat.context.dir}/solr.xml" filtering="true" overwrite="true"/>
Note: See TracChangeset for help on using the changeset viewer.