{
super(name);
// initialise the script executors
se = new ShellScriptExecutor() ;
ase = new AsyncShellScriptExecutor() ;
// initialise the log checkers (error checking here could be improved)
// these will be initialised to a single server instance, so we canb't change server instances
// part way through a test suite! :-(
String logDir = getLogDir() ;