New Web Application Wizard: Struts Framework
See Also
In the fourth panel of the New Web Application wizard, if you select Struts as your framework, you can modify the Struts configuration. The panel displays the following configuration options:
- Action Servet Name. An action servlet is a servlet that is started by the servlet container of a Web server to process a request that invokes an action. You cannot change this setting.
- Action URL Pattern. Specify the pattern of the Action URL. The default is set to
*.do
. Type the new Action URL Pattern or use the drop down list.
- Application Resource. Specify the name of the application resource, the location of your resource bundle.
If you check Add Struts TLDs, Struts tag libraries are added to the project.
- See Also
- About Standard Projects
- New Project Wizard
Legal Notices