Changeset 37052 for main


Ignore:
Timestamp:
2022-12-23T10:45:37+13:00 (16 months ago)
Author:
davidb
Message:

Removing the wait-for on /index.html for faster start-up

File:
1 edited

Legend:

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

    r37021 r37052  
    28852885      <and>
    28862886        <socket server="${tomcat.server}" port="${default.tomcat.port}"/>
    2887         <!--<http url="${default.server.protocol}://${tomcat.server}:${default.tomcat.port}${app.path}/index.html"/>-->
    2888         <http url="${local.http.url}${app.path}/index.html"/>
     2887    <!-- waiting on the following can be time-consuming, and doesn't really gain you much, so commenting out
     2888         (note however it is still included in the debug-start-tomcat target above for extra debug robustness) -->
     2889        <!-- <http url="${local.http.url}${app.path}/index.html"/> -->
    28892890      </and>
    28902891    </waitfor>
Note: See TracChangeset for help on using the changeset viewer.