When you are ready to test your application in a more realistic environment, you'll want to deploy it into a runtime container that is similar to the one used in your production environment. Fuse IDE facilitates this by providing a simple menu option that builds your application, packages it, and copies it to the hot deployment folder of the selected, configured container.
In Package Explorer, select the routing context file that you want to deploy.
![]() | Important |
|---|---|
The project must be configured to package the results in a format that the target container can deploy. |
Right-click it to open the context menu, and then select > from the submenu's list of configured containers. Fuse IDE builds and packages the project, and then copies it to the selected container's hot deploy folder.
![]() | Tip |
|---|---|
If you have not already configured a container, you can do so by clicking the context menu's > . |
Check the Console view to see whether your project was successfully built and copied to the target container.
Check the container's log files to see whether the routes were successfully deployed.