+ "--logfile " + logfile + " "
+ process.config.arguments;
//+ "&";
//start the execution on its own thread.
ProcessExecution exec = new ProcessExecution(cmd);
exec.start();
//store the execution context
process.instance = exec;
// //NOTE: maybe it is cleaner to just use a native call to fork out a process.