source: main/trunk/greenstone3/bin/script/xvfb-run-java@ 36583

Last change on this file since 36583 was 36583, checked in by davidb, 20 months ago

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

  • Property svn:executable set to *
File size: 33 bytes
Line 
1#!/bin/bash
2
3xvfb-run java "$@"
4
Note: See TracBrowser for help on using the repository browser.