The New Web Application wizard creates a new containing an empty web application. You open the New Web Application wizard by opening the New Project wizard and selecting the Web Application template from the Web category.
In the Frameworks page, you choose one or more frameworks that you want to use to provide a structure for your web application.
Choose one or both of the following:
After you select the Java Server Faces checkbox, you can set the servlet name and URL mapping. You can also specify whether the IDE validates the XML and verifies the objects.
After you select the Struts 1.2.7 checkbox, you can set the servlet name and URL pattern. You can also set the application resource and specify whether the IDE adds Struts TLDs.
When you click Finish, the project is created in your filesystem and opened in the IDE. You can view its logical structure in the Projects window and its file structure in the Files window.