You open the Standard Web Project Properties dialog box by right-clicking
any and choosing Properties. In the Frameworks page, you choose one or more frameworks that you
want to use to provide a structure for your web application.
Click Add and then choose one or both of the following:
Java Server Faces. Specifies that you want the IDE to
provide the JSF 1.1 libraries and create the following files for
your application:
welcomeJSF.jsp
faces-config.xml
For details, see:
You can set the servlet name and URL mapping.
You can also specify whether the IDE validates the XML and verifies the objects.
Struts 1.2.7. Specifies that you want the IDE to
provide the Struts 1.2.7 libraries and create the following files for
your application:
welcomeStruts.jsp
struts-config.xml
tiles-defs.xml
validator-rules.xml
ApplicationResource.properties
For details, see:
You can set the servlet name and URL pattern.
You can also specify whether the IDE adds Struts TLDs.