log.info( "Starting the service..." );
if ( ( args != null ) && ( args.length == 1 ) )
{
// Creating ApacheDS service
service = new ApacheDsService();
// Creating instance layouts from the argument
InstanceLayout instanceLayout = new InstanceLayout( args[0] );
// Starting the service