configProps.setProperty( com.dotcms.repackage.org.osgi.framework.Constants.FRAMEWORK_STORAGE, cacheDir );
}
// Create host activator;
List<BundleActivator> list = new ArrayList<BundleActivator>();
HostActivator hostActivator = HostActivator.instance();
hostActivator.setServletContext( context.getServletContext() );
list.add( hostActivator );
configProps.put( FelixConstants.SYSTEMBUNDLE_ACTIVATORS_PROP, list );
String felixFileInstallDirPath = configProps.getProperty(FELIX_FILEINSTALL_DIR);
if (felixFileInstallDirPath == null || !new File(felixFileInstallDirPath).isDirectory()) {