Pessoal, boa tarde!
Estou tentando usar RichFaces numa aplicação com Eclipse + Tomcat
Segui as instruções do Richfaces developer guide mas não obtive sucesso.
Meu arquivo JSP :
<%@ taglib uri=“http://richfaces.org/rich” prefix=“rich”%>
<%@ taglib uri=“http://java.sun.com/jsf/html” prefix=“h”%>
<%@ taglib uri=“http://java.sun.com/jsf/core” prefix=“f”%>
Meu arquivo web.xml :
<?xml version="1.0"?>
a4jEchoText
org.richfaces.SKIN
blueSky
javax.faces.STATE_SAVING_METHOD
server
RichFaces Filter
richfaces
org.ajax4jsf.Filter
richfaces
Faces Servlet
REQUEST
FORWARD
INCLUDE
com.sun.faces.config.ConfigureListener
Quando rodo no eclipse recebo o seguinte resultado:
HTTP Status 404 - /Facility/teste2.faces
type Status report
message /Facility/teste2.faces
description The requested resource (/Facility/teste2.faces) is not available.
Apache Tomcat/5.5.15
Isso ocorre também com os arquivos JSP que não utilizam RichFaces.
Se altero o web.xml para :
<?xml version="1.0"?> Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet *.faces BASICas páginas JSP sem Richfaces rodam normalmente e a com RichFaces me retorna :javax.servlet.ServletException: The absolute uri: http://richfaces.org/rich cannot be resolved in either web.xml or the jar files deployed with this application
Alguem pode me ajudar!
Grato,
Vlademir