NetBeans Plugin for Application Deploy
This guide has been reviewed and reformatted for Ruk-Com Cloud PaaS. Screens may vary slightly by platform version.
Click or tap a screenshot to view it at its original size.
Objective
This guide explains how to use NetBeans Plugin for Application Deploy on Ruk-Com Cloud PaaS, with ordered procedures and practical verification points.
Before you begin
- Sign in with an account permitted to manage the relevant environment.
- Confirm the target environment, region and resources before saving changes.
- Create a backup or rollback plan before changing a production system.
You can create a project in NetBeans IDE and deploy it to your environment.
Creating a new project
1. Click the buttonNew Projectat the top of the NetBeans IDE control panel.
2. Select a categoryCategories -> Java Weband Project ->Web ApplicationThen clickNext
3. In the window that opens, you specifyProject Name, Project Location,Project Folderand clickNextto carry out
4. Select your server in the drop-down menu and clickNextagain
5. If you want to use frameworks in your application You check the box for the framework you want and click.Finish
6. Your new web project will be created.
Deploy Project
1. Right-click on your project name and select the menu.Deploy
2. Your project's.war archive will be created and deployed to the platform.
3. To make sure everything is working properly. You can open your URL in your browser manually or clickOpen App in browserIn the tabServices
You will see your application results.
By installing the Jelastic NetBeans IDE plug-in, you can easily manage, develop, and deploy your applications without switching between the IDE and browser.