Olá,
ao rodar um único projeto (F6) no Netbeans, ele incializa implementações JSF para vários contextos alterados recentemente. (Initializing Sun’s JavaServer Faces implementation (1.2_04-b10-p01) for context ‘/AppJSF’ ) como pode ser visto:
[URL=http://img155.imageshack.us/my.php?image=nblentohf2.jpg]
[/URL][URL=http://g.imageshack.us/thpix.php]
[/URL]
O resultado disso são quase 25s de espera para o maldito servidor inicar, como eu configuro isso?
Ele também lança uma exceção só de ser inicado: FacesException, tem como consertar?
SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
javax.faces.FacesException: Can’t parse configuration file: jndi:/localhost/Aplicacao08/WEB-INF/faces-config.xml: Error at line 135 column 33: src-resolve: Cannot resolve the name ‘xml:lang’ to a(n) ‘attribute declaration’ component.
(Detalhe que essa Aplicacao08 eu não mexo já faz uns 2 meses.)
Obrigado