Registry moduleRegistry = new ModuleRegistry(context, configCtx, servicesRegistry);
bundleTracker.addRegistry(servicesRegistry);
bundleTracker.addRegistry(moduleRegistry);
bundleTracker.open();
new WSTracker(configCtx, context).open();
context.addServiceListener(new AxisConfigServiceListener(configCtx, context));
Dictionary prop = new Properties();
prop.put(PROTOCOL, "http");