The Configure Web Application Descriptor page of the Export Dialog Designer Project Wizard is used to review all previously defined export settings and, if necessary, edit them. Two tabs are included, as follows:
- Application tab - Provides a review and editable interface for the application settings that affect the way the project is exported. Most of the settings displayed in the Parameters table can be modified in one of the previous pages of the Export Dialog Designer Project Wizard. They can also be modified directly on this page.
- The settings and options that can be modified on this page are the same as those found in the Web Descriptor tab of the Properties for ProjectName dialog box. See Application Tab.
- Servlets tab - Provides a review and editable interface for the various parameters and settings of the deployment Java servlets. In almost all cases, changes to these settings are not needed.
- The settings and options that can be modified on this page are the same as those found in the Web Descriptor tab of the Properties for ProjectName dialog box. See Servlets Tab.
Avaya recommends that changes are not made to these settings. Changing these
settings could have an adverse effect on your application.
After reviewing or editing these settings, click Finish. The Export Dialog Designer Project Wizard packages and exports the selected project to the designated destination based on the following rules:
- If the target destination is a Tomcat application server or WebLogic application server, Dialog Designer generates a WAR file named ProjectName.war, where ProjectName is the name of the application project.
- If the target destination is an IBM WebSphere or WebSphere Express application server, Dialog Designer generates a .ear file names ProjectName.ear, where ProjectName is the name of the application project.
Before the speech application can be considered deployed, the project files must be installed on the destination application server. See Installing Required Files on the Application Server.