4 Replies Latest reply on Aug 17, 2007 5:56 PM by sergeysmirnov

    Unable to deploy demo

      Hi all,

      I'm trying to deploy and run the Richfaces demo on my local machine. I downloaded Aug 16th's war file from http://maven.exadel.com/org/richfaces/samples/richfaces-demo/3.1.0-SNAPSHOT/. I am running it on Tomcat 5.0. Upon startup, I get the following error..

      INFO: Installing web application at context path /richfaces-demo from URL file:C:/Tools/Apache Software Foundation/Tomcat 5.0/webapps/richfaces-demo
      Aug 17, 2007 12:09:15 PM com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b07-FCS) for context 'richfaces-demo'
      Aug 17, 2007 12:09:16 PM com.sun.faces.spi.InjectionProviderFactory createInstance
      WARNING: JSF1033: Resource injection is DISABLED.
      Aug 17, 2007 12:09:17 PM org.apache.catalina.core.StandardContext start
      SEVERE: Error listenerStart
      Aug 17, 2007 12:09:17 PM org.apache.catalina.core.StandardContext start
      SEVERE: Context startup failed due to previous errors


      When I try to hit http://localhost:8080/richfaces-demo, I get the tomcat 404 error page.

      Anyone know whats going on?

      John