rd.forward(request, response);
return;
}
/* Install all of the modules that are possible */
manager.installAll();
/* If we have reached here, then post a simple message */
LOGGER.info("Added module successfully");
RequestDispatcher rd = request.getRequestDispatcher("/installSuccess.jsp");
rd.forward(request, response);