Changeset 37147


Ignore:
Timestamp:
2023-01-17T10:29:18+13:00 (15 months ago)
Author:
davidb
Message:

Revised note in comment

File:
1 edited

Legend:

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

    r37137 r37147  
    28292829    <waitfor maxwait="5" maxwaitunit="second">
    28302830      <and>
    2831         <socket server="${tomcat.server}" port="${default.tomcat.port}"/>
     2831         <socket server="${tomcat.server}" port="${default.tomcat.port}"/>
    28322832    <!--<http url="${default.server.protocol}://${tomcat.server}:${default.tomcat.port}${app.path}/index.html"/>-->
    28332833    <http url="${local.http.url}${app.path}/index.html"/>
     
    29212921      <and>
    29222922        <socket server="${tomcat.server}" port="${default.tomcat.port}"/>
    2923     <!-- waiting on the following can be time-consuming, and doesn't really gain you much, so commenting out
    2924          (note however it is still included in the debug-start-tomcat target above for extra debug robustness) -->
     2923    <!-- The following is time-consuming to wait for: uncomment for extra thoroughness
     2924         For now, chosing to have it commented out in svn checked out version of code
     2925         Also leaving the <and> element in, even though it is now just one test to
     2926         make it easier to return to the double test
     2927         Note: the 'debug-start-tomcat' target does still include this test
     2928    -->
    29252929        <!-- <http url="${local.http.url}${app.path}/index.html"/> -->
    29262930      </and>
Note: See TracChangeset for help on using the changeset viewer.