Lesson 14: Deploy and test the mortgage application
During the deployment process, EGL creates HTML files and server-specific code to match your target environment.
About this task
Deployment is a two stage process:
- Internal deployment, when you deploy your handlers to a web project.
- External deployment, when you deploy the web project to an application server.
After you deploy the tutorial application internally, you can run it on an application server in the workbench.
Edit the deployment descriptor
About this task
The EGL deployment descriptor manages the internal deployment and is created automatically in each EGLSource folder. The main handler is in the MortgageUIProject, and you use the EGL deployment descriptor in the MortgageUIProject/EGLSource folder.
To edit the EGL deployment descriptor:
Procedure
Deploy the Rich UI application
About this task
After you set the target project in the deployment descriptor, you can launch the deployment process:
Procedure
Run the generated code
Procedure
Lesson checkpoint
About this task
- Edit a deployment descriptor to deploy a Rich UI handler
- Run the application on an application server





