Configuing javax.faces.CONFIG_FILES.....
Hi all, i have the following problem.
I need to put my jsf config files in a location diferent from WEB-INF.
For example something like this:
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>classpath:xxx/yyy/faces-config.xml</param-value>
</context-param>
But it don't work for me.
This kind of configuration is posible? What i'm doing wrong?
To be many faces config xml files affect the performance of the application?
Message was edited by:
maykell
Message was edited by:
maykell
Message was edited by:
maykell

