To fazendo uma aplicaçãozinha simples. Tava funcionando tudo mas quando quis inserir richfaces começou a dar problema. Eu coloquei todas as libs e configurei o web.xml mas quando abro no browse não ta aparecendo nada que vem das tag lib. Coloquei um print para vocês verem a estrutura do meu projeto e se ta faltando algumas coisa.
A pagina index no browse so aparece “Controle de Vendas” nenhum botão aparece. To usando o Eclipse helios + tomcat 7 + jsf2
Esse é o log quando eu subo o tomcat
23/10/2010 19:45:55 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
23/10/2010 19:45:55 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:ControleVendas' did not find a matching property.
23/10/2010 19:45:55 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
23/10/2010 19:45:55 org.apache.coyote.ajp.AjpProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
23/10/2010 19:45:55 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1292 ms
23/10/2010 19:45:55 org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
23/10/2010 19:45:55 org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.2
23/10/2010 19:45:57 com.sun.faces.config.ConfigureListener contextInitialized
INFO: Inicializando Mojarra 2.0.2 (FCS b10) para o contexto '/ControleVendas'
23/10/2010 19:46:00 com.sun.faces.spi.InjectionProviderFactory createInstance
INFO: JSF1048: Anotações PostConstruct/PreDestroy presentes. Os métodos ManagedBeans marcados com essas anotações informarão as anotações processadas.
23/10/2010 19:46:01 org.ajax4jsf.webapp.BaseXMLFilter checkJSFVersion
WARNING: This version of RichFaces implementation compatible for JSF1.2, but running under JSF2.0
23/10/2010 19:46:01 org.ajax4jsf.cache.CacheManager getCacheFactory
INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
23/10/2010 19:46:01 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance using parameters: {org.richfaces.CONTROL_SKINNING=enable, org.richfaces.SKIN=blueSky, javax.faces.PROJECT_STAGE=Development}
23/10/2010 19:46:01 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance of default capacity
23/10/2010 19:46:01 org.ajax4jsf.cache.CacheManager getCacheFactory
INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
23/10/2010 19:46:01 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance using parameters: {org.richfaces.CONTROL_SKINNING=enable, org.richfaces.SKIN=blueSky, javax.faces.PROJECT_STAGE=Development}
23/10/2010 19:46:01 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance of default capacity
23/10/2010 19:46:01 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
23/10/2010 19:46:01 org.apache.coyote.ajp.AjpProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
23/10/2010 19:46:01 org.apache.catalina.startup.Catalina start
INFO: Server startup in 5818 ms
