Look at the Tomcat logs. Usually the logs indicate such a problem during
startup.

-----Original Message-----
From: Francesco Consumi [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 13, 2005 9:27 AM
To: [email protected]
Subject: Re: MyFaces and Tomcat - cant get it to work

Scrive "Klug, Boris" <[EMAIL PROTECTED]>:

>
> Hello!
>
> I downloaded MyFaces 0.9.0 and Tomcat 5.0.30 and installed it (WinNT, jvm
> 1.4.2). I dropped the myfaces-examples.war in the auto deploy dir and
tomcat
> deployed it.
> Now when I browse to "http://localhost:8080/myfaces-examples/"; I get 
> the error
> below. I browsed the web but havent found anybody else with the same
problem.
> The same occures when I try other MyFaces demos like the one from the
German
> magazine ct... Can anybody help??

did you append this section to web.xml file ?

<listener>
  <listener-class>
    org.apache.myfaces.webapp.StartupServletContextListener
  </listener-class>
</listener>



Reply via email to