This page was last edited on July 16, 2014, at 12:54.
Comments or questions about this documentation? Contact us for support!
Complete the procedures on this page after you have created and customized your Genesys Web Engagement application.
After you complete this procedure, your application's .war files are created in sub-directories of the <GWE_installation>\apps\<your_application_name> folder.
Start
build <your_application_name>
End
The script builds .war files used for deployment. If the build is successful, the console output displays a BUILD SUCCESSFUL messages at run-time, and the .war files are created in the sub-directories:
In addition, a new map.xml file is created in the <GWE_installation>\apps\<your_application_name>\proxy\target\ directory.
Next Steps
Prerequisites
Start
deploy <your_application_name>
End
The deploy script copies files to the appropriate locations. If the deploy is successful, the script output displays a BUILD SUCCESSFUL messages at run-time.
Next Steps