// JBBOOT-68
//TODO Remove once VFS is init'd from something else
// Register an event handler to init VFS alongside server start
@SuppressWarnings("deprecation")
final LifecycleEventHandler initVfsHandler = new VfsInitializingLifecycleEventHandler();
this.registerEventHandler(initVfsHandler, LifecycleState.INITIALIZED);
// Create and Register handlers
final BasicBootstrap bootstrap = this.getBootstrap();
final LifecycleEventHandler startHandler = new KernelStartEventLifecycleEventHandler(bootstrap);