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:
If you select the JavaServer Faces checkbox, you can set the default Java package, JSF servlet name, and servlet URL mapping.
If you select the JavaServer Faces checkbox, you can set the JSF servlet name and servlet URL mapping.
If you choose Visual Web JavaServer Faces or JavaServer Faces, you can also choose the following options:
If you select the Struts 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.