I create a new MyEclipse Web project. I right-click on it and do MyEclise –> Add JSF capabilities. I choose MyFaces. Now, I want to configure what happens at this point, because I am using a more recent MyFaces version than comes bundled with MyEclipse.
I found out how to change the JAR files that are inserted, and changed them to refer to the new MyFaces JARs. But I can’t figure out how to configure the web.xml file that gets automatically created, and the one that gets created automatically is (now) incorrect since it refers to some MyFaces settings that have changed.
How/where do I configure the web.xml settings that get inserted when I add JSF capabilities? RIght now I manually paste in a correct web.xml file (matching the MyFaces JAR files) each time, but it would be nice to do this automatically.
Thanks!
– Marty