Hi! I solved it. The problem was the class FacesConfigurator which could not create the temp files. Could creating the temp file was a problem on our Win NT system. Setting the env var CATALIN A_TMP which sets java.io.tempdir solved the problem.
-- Boris Klug Debeka Hauptverwaltung Abteilung IE/Q Ferdinand-Sauerbruch-Str. 18 56058 Koblenz Telefon (0261) 498-3806 E-Mail [EMAIL PROTECTED] Internet www.debeka.de Zitat von Francesco Consumi <[EMAIL PROTECTED]>: > 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> > >

