You can export a Web UI project as a .WAR file (to a PAS for OpenEdge server or a OE Web Server) or a .ZIP file (to an external Web Server) to create an archive of a project that can be distributed to other systems or users.
To export the Web UI project:
1. In the Project Explorer view, select the required Web UI project that you want to export.
2. Right-click the project and click Export > Web UI Application from the context menu. The Export Web UI Application dialog box opens.
3. The Project drop-down list displays the project you have selected in Step 1. You can select a different project from the drop-down list.
Note: The Project drop-down displays only the Web UI projects in your current workspace.
4. In the Destination drop-down list, specify a location or click Browse to select a different location for the export.
5. Select one of the following servers that you want to deploy the .WAR or .ZIP file to:
PAS for OpenEdge to export the contents of PASOEContent and Debug or Release folders to PAS for OpenEdge server.
OE Web Server to export the contents of PASOE and Debug or Release folders to OE Web Server. The spring security and dependent libraries are exported to the lib folder in the .WAR file.
External Web Server to export the contents of Debug or Release folders to an external Web Server.
6. Select one of the following options:
Export Release Build to export the contents of the Release folder that contains the production build used for publishing in the Kendo UI Builder structure in the Project Explorer.
Export Debug Build to export the contents of the Debug folder that contains the development build used for debugging the Kendo UI Builder structure in the Project Explorer.
7. Click Finish. A .WAR or .ZIP file is exported for the selected project based on build type.