JSF config files in a location diferent from WEB-INF. Please answer me....
Hi all,
I need to put my jsf config files in locations diferents from WEB-INF, for example inside of my class packages. I try to specify this in web.xml but it don't work. What i'm doing wrong?
See my web.xml configuration here:
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>/WEB-INF/clases/core/web/faces-config.xml</param-value>
</context-param>
I have test the following configuration too, but nothing:
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>classpath:core/web/faces-config.xml</param-value>
</context-param>
I need help.
Message was edited by:
maykell
Message was edited by:
maykell

