Skip to main content

Application Deploy Via NetBeans

You can create own project in NetBeans IDE and deploy it right into your environment.

Create New Project

  1. Click the New Project button in the upper tools panel of NetBeans IDE.

Locale Dropdown

  1. Choose the Java Web category and the Web Application project. Click Next.

Locale Dropdown

  1. In the opened window, enter the desired Project Name, specify Project Location and Project Folder. Click Next to proceed.

Locale Dropdown

  1. Select one of your environments in the Server drop-down list. If needed, specify the context and click Next one more time.

Locale Dropdown

  1. If you want to use frameworks in your application, tick the required ones and click Finish.

Locale Dropdown

  1. Your new web project will be created in a moment.

Locale Dropdown

Deploy Project

  1. Right-click the name of your project and choose the Deploy menu item.

Locale Dropdown

  1. Next, the .war archive of your project will be built and deployed to the platform.

Locale Dropdown

  1. To make sure everything works open your application URL in the browser manually or automatically by clicking Open App in browser in the Services tab.

Locale Dropdown

As a result your application will be opened.

Locale Dropdown

With the platform NetBeans IDE plugin installed you can easily manage, develop and deploy your applications without switching between the IDE and the browser.