I reproduced your problem Francesco. I am going to investigate further. Yesterday I did a build from the svn and I had no problems, maybe this is a problem with the general build...
Regards, Bruno 2005/11/10, Francesco Consumi <[EMAIL PROTECTED]>: > Quoting Bruno Aranda <[EMAIL PROTECTED]>: > > > Does the sandbox.war work for you? > > > > No. If I deploy sandbox.war (20051109 snapshot) as is on my Tomcat > 5.5.12, I obtain: > > GRAVE: Servlet /sandbox threw load() exception > java.lang.IllegalStateException: No Factories configured for this > Application. This happens if the faces-initialization does not work at > all - make sure that you properly include all configuration settings > necessary for a basic faces application and that all the necessary libs > are included. Also check the logging output of your web application and > your container for any exceptions! > If you did that and find nothing, the mistake might be due to the fact > that you use some special web-containers which do not support > registering context-listeners via TLD files and a context listener is > not setup in your web.xml. > A typical config looks like this; > <listener> > > <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class> > </listener> > > > > > > -- > Francesco Consumi > Ufficio Sistemi informativi > Istituto degli Innocenti > Piazza SS.Annunziata, 12 > 50122 Firenze > consumi at istitutodeglinnocenti.it > Tel. +39 055 2037320 > ICQ# 12516133 > > >

