Problemas em projeto JSF com Tomcat 6

Bom dia pessoal estou quebrando a cabeça em um problema aqui e não consigo achar uma solução :s

Estou criando um projetinho JSF 1.2, Facelets e TomCat 6, configurei tudo certinho e subi o container, só que o richfaces não funciona… este é o log de quando eu subo:

07/06/2011 10:00:15 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:logo-lab' did not find a matching property.
07/06/2011 10:00:15 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: C:\Arquivos de programas\Java\jdk1.5.0_22\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Arquivos de programas\Java\jdk1.5.0_22\jre\bin;C:/Arquivos de programas/JVM/bin/client;C:/Arquivos de programas/JVM/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Arquivos de programas\Java\jdk1.5.0_14\bin
07/06/2011 10:00:15 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
07/06/2011 10:00:15 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 630 ms
07/06/2011 10:00:15 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
07/06/2011 10:00:15 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
07/06/2011 10:00:25 com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/logo-lab'
07/06/2011 10:00:25 com.sun.faces.config.ConfigureListener contextInitialized
WARNING: JSF1059: WARNING!  The com.sun.faces.verifyObjects feature is to aid developers not using tools.  It shouldn''t be enabled if using an IDE, or if this application is being deployed for production as it will impact application start times.
07/06/2011 10:00:32 org.ajax4jsf.cache.CacheManager getCacheFactory
INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
07/06/2011 10:00:32 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance using parameters: {org.richfaces.CONTROL_SKINNING=enable, com.sun.faces.verifyObjects=true, com.sun.faces.validateXml=true, facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
07/06/2011 10:00:32 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance of default capacity
07/06/2011 10:00:32 org.ajax4jsf.cache.CacheManager getCacheFactory
INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
07/06/2011 10:00:32 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance using parameters: {org.richfaces.CONTROL_SKINNING=enable, com.sun.faces.verifyObjects=true, com.sun.faces.validateXml=true, facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
07/06/2011 10:00:32 org.ajax4jsf.cache.LRUMapCacheFactory createCache
INFO: Creating LRUMap cache instance of default capacity
07/06/2011 10:00:33 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
07/06/2011 10:00:33 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
07/06/2011 10:00:33 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/47  config=null
07/06/2011 10:00:33 org.apache.catalina.startup.Catalina start
INFO: Server startup in 17677 ms

Já aconteceu isto com alguém ?