Ignore:
Timestamp:
2012-05-17T14:31:39+12:00 (12 years ago)
Author:
ak19
Message:

In start-tomcat target, setting spawn=true again with Sam's permission when running tomcat's startup.bat on Windows. This is necessary to fix the recent misbehaviour of the GSI server dialog on windowssince it waits for ever for the start tomcat process to return (which doesn't return) after the Enter Library button is pressed.

File:
1 edited

Legend:

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

    r25570 r25616  
    10881088      <env key="WNHOME" path="${wn.home}"/>
    10891089    </exec>
    1090     <exec executable="${catalina.home}/bin/startup.bat" os="${os.windows}" dir="${catalina.home}/bin" spawn="false">
     1090    <exec executable="${catalina.home}/bin/startup.bat" os="${os.windows}" dir="${catalina.home}/bin" spawn="true">
    10911091      <env key="GSDLOS" value="windows"/>
    10921092      <env key="GSDL3HOME" value="${basedir}"/>
Note: See TracChangeset for help on using the changeset viewer.