Estoy haciendo una redireccion a en jsf2:
HttpServletRequest request = (HttpServletRequest) externalContext.getRequest();
String requestContextPath = request.getContextPath();
HttpServletResponse response = (HttpServletResponse) externalContext.getResponse();
response.sendRedirect(requestContextPath + "/faces/main.xhtml");
FacesContext.getCurrentInstance().responseComplete ();
Pero no me hace nada. Y la ruta esta bien