Hi! Well, i try to create a CMS System, that can easily be modified. Each user get a generated JSP-File, that is cutomized for his needs. I want to create an admin-area, from which you can easily customize the basic webapplication, also. If someone wants a new navigation case, he will get a form and enterthis (He dont need to know the technique beyond the webapplication). Whe the admin wants a new page, he makes a click and a JSP is generated in a folder that he want. Then i modify the tiles.xml and the faces-config.xml at runtime. So i must change the webapp at runtime.
That why I need a flexible web.xml, because i dont want to redeploy theweb.xml for every change (touch the web.xml for redeployment) of thebasic configuration. The Webapp only reads the web.xml at the time ofthe deployment. I think JSF can serve my imagination of a CMS without an flexible web.xml. In my opinion i have to capabilities: I change my architecture or iwill find a way to get a flexible web.xml, or a workaround for this. Thanx for any suggestions. Udo Krass Ihr Traumpartner ist nur einen Klick entfernt. 1 Million Singles warten auf Sie in Deutschlands beliebtester Partnerboerse: http://singles.freenet.de/index.html?pid=11512

