/**
* The context is where startup parameters are set. They must be
* set before the server is started
*/
context.port(arguments.portInt);
if ( arguments.monitorPortInt != 0 )
{
context.monitorPort(arguments.monitorPortInt);
}
if ( arguments.logPath != null )