To deploy a web application to the cloud, set the application's server
to a server on the cloud and run the application.
In the Projects window, right-click the application's node and select Properties.
In the Project Properties, select the Run category.
From the Server drop-down list, select the server you want.
If the cloud account is registered in the IDE, the server is listed.
Alternatively, you can select a cloud server when you create the web application and
develop it entirely on the cloud. However this is not recommended. See
Developing Cloud Applications Locally.
In the Projects window, right-click the project's root node and select Run. The IDE builds the project
and deploys it to the cloud server. You can follow the progress of deployment in the IDE's
Output window. The application's landing page opens in a browser window.