System.out.println( "Running the InstrumentManager Example Application" );
// Create the ComponentManager using the ExcaliburComponentManagerCreator
// utility class. See the contents of that class if you wish to do the
// initialization yourself.
m_componentManagerCreator = new ExcaliburComponentManagerCreator( null,
new File( "../conf/logkit.xml" ), new File( "../conf/roles.xml" ),
new File( "../conf/components.xml" ), new File( "../conf/instrument.xml" ) );
// Get a reference to the service manager
ServiceManager serviceManager = m_componentManagerCreator.getServiceManager();