Olá pessoal,
vou migrar meu projeto JSF pra Facelets. Estou criando um projeto simples pra aprender mas não estou conseguindo.
faces-config.xml:[code]<?xml version="1.0" encoding="UTF-8"?>
<application>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
[/code]web.xml:[code]<?xml version="1.0" encoding="UTF-8"?>
faceletsProject
index.html
index.htm
index.jsp
Faces Servlet
javax.faces.webapp.FacesServlet
1
Faces Servlet
.jsf
.faces
[/code]teste.xhtml[code]<?xml version="1.0" encoding="ISO-8859-1"?>
[/code]libs: [quote]el-api-1.0 el-impl-1.0 jsf-api-1.2_04-p02 jsf-facelets myfaces-all portlet jstl standard servlet-api-2.4[/quote]Erro: [quote]HTTP Status 404 -type Status report
message
description The requested resource () is not available.
Apache Tomcat/6.0.18[/quote]
Onde estou errando?