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

[684 byte] By [maykella] at [2007-11-26 14:53:37]
# 1

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?

maykella at 2007-7-8 8:41:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...