reg = new AdminRegistration("Manage Worlds",
"/snapshot-manager/snapshot/SnapshotManager");
reg.setFilter(AdminRegistration.ADMIN_FILTER);
AdminRegistration.register(reg, sce.getServletContext());
statusRegistry = new StatusPageRegistration("/snapshot-manager/snapshot", "/current.jspf");
StatusPageRegistration.register(statusRegistry, sce.getServletContext());
}