web-TEMPLATE

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 05:16 AM
Hi!
Please could somebody tell me in which file web-TEMPLATE.xml is called? How is this file used? This file is in web-client.source.web.WEB-INF.
Thanks
Please could somebody tell me in which file web-TEMPLATE.xml is called? How is this file used? This file is in web-client.source.web.WEB-INF.
Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 11:06 AM
This file is used to generate web.xml.
When the Ant script runs it makes a copy of web_TEMPLATE.xml and calls the copy web.xml. The @facesconfig@ token is then replaced with the correct list of faces config files.
This process is performed in the "generate-web-xml" target in /projects/web-client/project-build.xml
When the Ant script runs it makes a copy of web_TEMPLATE.xml and calls the copy web.xml. The @facesconfig@ token is then replaced with the correct list of faces config files.
This process is performed in the "generate-web-xml" target in /projects/web-client/project-build.xml
