{
// Query for the membership of the partition cluster
String[] hosts = {};
request.setAttribute("partition", "none");
request.setAttribute("partitionHosts", hosts);
RequestDispatcher rd = this.getServletContext().getRequestDispatcher("/cluster/clusterView.jsp");
rd.forward(request, response);
}
catch(Exception e)
{
log.debug("Failed to get partition view", e);
response.sendError(HttpServletResponse.SC_NO_CONTENT, "No partition view found");