Changeset 30725


Ignore:
Timestamp:
2016-08-18T21:46:32+12:00 (8 years ago)
Author:
ak19
Message:

Adding important URL for source of the solution 2 commits ago.

File:
1 edited

Legend:

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

    r30723 r30725  
    14221422     
    14231423      <!-- To avoid the CGI permissions error appearing continuously in the (localhost) log,
    1424         need privileged=true set in the root context.xml file too, not just greenstone context file -->
    1425       <!-- http://antelope.stage.tigris.org/nonav/docs/manual/bk03ch05s02.html -->
     1424        need privileged=true set in the root context.xml file too, not just greenstone context file.
     1425        See http://stackoverflow.com/questions/9845936/tomcat-v7-0-load-exception-marking-servlet-ssi-as-unavailable/10305471#10305471
     1426        For usage of IfTask IsLessThan: http://antelope.stage.tigris.org/nonav/docs/manual/bk03ch05s02.html -->
    14261427      <if><bool><not><islessthan arg1="${tomcat.version.major}" arg2="7"/></not></bool>     
    14271428        <copy file="${basedir}/resources/tomcat/root_context.xml" tofile="${packages.home}/tomcat/conf/context.xml" overwrite="true" />     
Note: See TracChangeset for help on using the changeset viewer.