one possible reason:

Your app-config is in faces-config.xml and is placed in /WEB-INF/
AND
you have configured the config-file-parm in web.xml to look for
/WEB-INF/faces-config.xml


The spec says to look for
- /META-INF/faces-config.xml in all jar-files in /WEB-INF/lib
- /WEB-INF/faces-config.xml
- the configured files in web.xml
=> /WEB-IND/faces-config.xml is processed twice...



another possible reason:

misconfiguration of you logging...


hth
Alexander

> -----Original Message-----
> From: Joey Geiger [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, May 11, 2006 5:22 PM
> To: MyFaces Discussion
> Subject: Startup logging question for MyfacesConfig
> 
> I'm wondering why I'm seeing the following things *twice* in my logs 
> when the application starts up.
> 
> INFO MyfacesConfig - No context init parameter 
> 'org.apache.myfaces.ADD_RESOURCE_CLASS' found, using default value 
> org.apache.myfaces.renderkit.html.util.DefaultAddResource
> INFO MyfacesConfig - No context init parameter 
> 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using 
> default value true
> INFO MyfacesConfig - No context init parameter 
> 'org.apache.myfaces.ADD_RESOURCE_CLASS' found, using default value 
> org.apache.myfaces.renderkit.html.util.DefaultAddResource
> INFO MyfacesConfig - No context init parameter 
> 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using 
> default value true
> 
> 
> 

Reply via email to