* @since 0.9
*/
public void registerEntryPointLookup( Bundle bundle, String path ) {
ApplicationContextImpl appContext = application.getApplicationContext();
BundleContext bundleContext = bundle.getBundleContext();
httpServiceTracker = new HttpServiceTracker( bundleContext, appContext, path );
httpServiceTracker.open();
}