na verdade eu faço a aplicação toda coloco ela pra rodar no servidor “tomcat”…
e quando tento executar no navegador fala que naum conectou com a aplicação
-------------------------------------ERRO----------------------------
HTTP Status 404 - /walfrides-jsf/
type Status report
message /walfrides-jsf/
description The requested resource (/walfrides-jsf/) is not available.
Apache Tomcat/6.0.13
naum sei se vale a pena falar mais estou usando a implementação myfaces
segue tbm o faces-config.xml
<navigation-rule>
<from-view-id>/buscar.jsp</from-view-id>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/sucesso_busca.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>failure</from-outcome>
<to-view-id>/falha_busca.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<navigation-rule>
<from-view-id>/inserir.jsp</from-view-id>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/sucesso_insercao.jsp</to-view-id>
</navigation-case>
<navigation-case>
<from-outcome>failure</from-outcome>
<to-view-id>/falha_insercao.jsp</to-view-id>
</navigation-case>
</navigation-rule>
<managed-bean>
<managed-bean-name>agendaDB</managed-bean-name>
<managed-bean-class>agenda.AgendaDB</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
--------------------web.xml--------------------
<?xml version="1.0" encoding="UTF-8"?>
walfrides-jsf
javax.faces.STATE_SAVING_METHOD
client
javax.faces.CONFIG_FILES
/WEB-INF/faces-config.xml
>com.sun.faces.config.ConfigureListener
index.html
index.htm
index.jsp
default.html
default.htm
default.jsp
Faces Servlet
javax.faces.webapp.FacesServlet
1
Faces Servlet
*.jsf