By default when we create a web application faces-config.xml
doesnt created automatically. We must create him manually and as I understood faces-config.xml
must be located strictly in WEB-INF
.
So, my question:
Do I have to register faces-config.xml
in web.xml
after creation in WEB-INF
or other folder or is it registered automatically. I.e. does JSF "know" what is the faces-config.xml
and can find him in all project's folder.
Hope, I asked correct question.;)