How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services

Posted on

Introduction

After the NetBeans IDE installation process is done, as it exist in the previous article in this link, there are still another things left for  NetBeans IDE in this context as an example in Windows 10 which is very important in order to use it optimally. The previous  one is to be able to configure the (JDK) Java Development Kit for NetBeans IDE. In this article, the second one is for configuring the application server which is going to be used by NetBeans IDE. As an example, this article will use Wildfly Application Server. Moreover, in the next article, the next configuration which is the third one is in order to configure maven build tool in NetBeans IDE. Actually, there are several ways for configuring the Wildfly Application Server for NetBeans IDE in Windows 10.

How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services

The following are the configuration step of the Wildfly Application Server for NetBeans. Just perform the sequences below by performing the following step :

  1. First of all, just run the NetBeans IDE.

  2. After NetBeans IDE is up and running, There are several ways to add Wildfly Application Server. The first one is by accessing Window > Services. The Services Pane will appear as follows :

    How to Configure Wildfly Application Server for NetBeans IDE How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > ServicesWindows 10
    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services

    Click Servers to choose for adding a New Server.

  3. Just right click at the the Servers as follows :

    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services
    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services
  4. So, Click the ‘Add Server..’ ‘menu, the following dialog will appear :

    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services
    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services

    Select the Wildfly Application Server as exist in the above image and then click the Next button.

  5. The following window configuration for adding Application Server will appear :

    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services
    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services

    Click the Next button to continue the installation process.

  6. Clicking the Next button as exist in the above image will direct it to the next window display configuration of the Wildfly Application Serfver as follow :

    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services
    How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services

    Check the value of the Application Server’s configuration above, especially the host, port and management port. Make sure that the host is correct which in this context normally is a localhost. Furthermore, make sure the port and management port is also available so that Wildfly Application Server can use it. If other services already use it, the Wildfly Application Server cannot run properly. Click the Finish button to end the configuration process of the Wildfly Application Server in NetBeans IDE.

4 thoughts on “How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services

Leave a Reply