Bom dia,
Estou com seguinte problema:
Realizei a instalação do apache_tomcat 7.0.2 e o eclipse Helios em meu Ubuntu 10.04, e os mesmos estão apresentando funcionamento normal. A tentar realizar a configuração do JSF estou enfrentando o seguinte problema:
Ao tentar rodar um teste de “Hello World” o servidor me reporta essa mensagem: “HTTP Status 404 -/FinanceiroWeb/
type Status report
message /FinanceiroWeb/
description The request resource (/FinanceiroWeb/) is not available”
"Publishing failed with multiple errors
Resource is out of sync with the file system: ‘/FinanceiroWeb/WebContent/WEB-INF/faces-config.xml’.
Resource is out of sync with the file system: ‘/FinanceiroWeb/WebContent/WEB-INF/lib/commons-beanutils-1.8.3.jar’.
Resource is out of sync with the file system: ‘/FinanceiroWeb/WebContent/WEB-INF/lib/commons-collections-3.2.1.jar’.
Resource is out of sync with the file system: ‘/FinanceiroWeb/WebContent/WEB-INF/lib/commons-digester-2.1.jar’.
Resource is out of sync with the file system: ‘/FinanceiroWeb/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar’.
Resource is out of sync with the file system: ‘/FinanceiroWeb/WebContent/WEB-INF/lib/jstl-api-1.2.jar’.
Resource is out of sync with the file system: ‘/FinanceiroWeb/WebContent/WEB-INF/lib/jstl-impl-1.2.jar’."
Realizei a seguinte configuração:
copiei os seguintes arquivos para a pasta WEB-INF/lib
jstl-api-1.2.jar
jstl-impl-1.2.jar
jsf-api.jar
jsf-impl.jar
commons-beanutils-1.8.3.jar
commons-collections-3.2.1.jar
commons-digester-2.1.jar
commons-logging-1.1.1.jar
Os arquivos estão listados no diretório "Java resources/Libraries/Web App Libraries
O meu arquivo web.xml possui o seguinte conteúdo:
<?xml version="1.0" encoding="UTF-8"?> FinanceiroWeb index.html index.htm index.jsp default.html default.htm default.jsp Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet *.jsfE o meu arquivo de teste possui o seguinte conteúdo:
<?xml version="1.0" encoding="UTF-8"?> Teste Inicial JSFSegundo a literatura que estou estudando ao digitar no browser o endereço [color=red]http://localhost:8080/FinanceiroWeb/olamundo.jsf[/color] a mensagem irá ser representada no browser mesmo o arquivo possuindo a extensão [color=red].xhtml.[/color]
Na certeza de poder contar com o auxílio de todos, desde já ficam os meus agradecimentos.