Ignore:
Timestamp:
2022-09-06T17:35:33+12:00 (20 months ago)
Author:
davidb
Message:

Need a more carefully constructed way of starting Tomcat with _RUNJAVA specifying xvfb-run-java (when required), but also stopping Tomcat with a regular java (i.e., not the xvfb-run-java version. Solution take is to have gs3-setup.sh set an enviroment variable for this, when bash-script confirms xvfb-run-java is needed

File:
1 edited

Legend:

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

    r36573 r36583  
    27682768      <env key="WNHOME" path="${wn.home}"/>
    27692769      <env key="FEDORA_HOME" path="${fedora.home}"/>
     2770
     2771      <env key="_RUNJAVA" value="${env.CATALINA_START_RUNJAVA}"/>
    27702772      <arg value="${catalina.home}/bin/startup.sh"/>
    27712773    </exec>
Note: See TracChangeset for help on using the changeset viewer.