private HttpService httpServiceInstance;
protected void activate(ComponentContext context) {
try {
// registering the portal servlet
DashboardServlet dashboardServlet = new DashboardServlet();
httpServiceInstance.registerServlet("/portal", dashboardServlet, null, null);
log.debug(
"******* Dashboard User Management UI Component bundle is activated ******* ");