Changeset 25437


Ignore:
Timestamp:
2012-04-19T16:03:31+12:00 (12 years ago)
Author:
ak19
Message:

stop-tomcat always does a force stop, since it's the force stop that performs a wait sufficient to allow a proper (re)start or at least without enough messages to indicate if a stop did not take place.

File:
1 edited

Legend:

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

    r25420 r25437  
    11571157  </target>
    11581158
    1159   <target name="stop-tomcat" description="Shutdown only Tomcat if running" depends="check-tomcat-running" if="tomcat.isrunning">
     1159  <target name="stop-tomcat" description="Shutdown only Tomcat if running"><!-- depends="check-tomcat-running" if="tomcat.isrunning">-->
    11601160     <antcall target="force-stop-tomcat"/>
    11611161  </target>
Note: See TracChangeset for help on using the changeset viewer.