Editing a Faces configuration file
A JavaServer Faces application configuration file, for example faces-config.xml, lists the bean resources and navigation rules for the JSF application.
Creating Faces enabled Web projects.
To edit the Faces configuration file:
- In the Enterprise Explorer view, expand your Web project.
- Click
WebContent | WEB-INF.
- Double-click the configuration file to open the Faces configuration file in the editor.
When you have finished editing the file, save and close the file.
Related concepts