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

Posted on

Introduction

So, this article actually have a similar content with the previous article. That article is an article with the title of ‘How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Windows > Services’ and it exist in this link. The condition is also similar, it is after installing the NetBeans IDE which exist in the previous article available in this link, there are additional steps for NetBeans IDE for further configuration in this context as an example in Windows 10.

Those additional steps are very important to add certain functional or feature supporting the Java development process. Before configuring the Wildfly Application Server, the previous one is configuring the (JDK) Java Development Kit for NetBeans IDE. In this article, the second one is to configure the Wildfly Application Server for further utilization in NetBeans IDE. Another article which is explaining another configuration exist s in order to configure maven build tool in NetBeans IDE. In other words, this is another way to configuring the Wildfly Application Server for NetBeans IDE in Windows 10.

Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Tool > Server

The configuration step of the Wildfly Application Server in NetBeans IDE exist as in the following steps :

    1. First of all, certainly the first step is to run the NetBeans IDE.

    2. Instead of accessing Windows > Services, just access other menu which exist in ‘Tools’ > ‘Servers’ as exist below :

      Server" width="268" height="472" data-recalc-dims="1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
      How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Tool > Server

      Right after clicking the menu above, the following window configuration display will appear to start the process for configuring Wildfly Application Server in NetBeans IDE :

      Server" width="1114" height="789" data-recalc-dims="1" data-lazy-sizes="(max-width: 1114px) 100vw, 1114px" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
      How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Tool > Server

      Still in the above window configuration display, click the Add Server… button.

    3. By clicking the Add Server… button, the following window configuration display will appear :

      Server" width="1123" height="783" data-recalc-dims="1" data-lazy-sizes="(max-width: 1123px) 100vw, 1123px" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
      How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Tool > Server

      Do not forget to select Wildfly Application Server and then click the ‘Next >’ button.

    4. After clicking the Next > button available in the previous step of the window configuration display, the configuration process will continue to the following window display :

      Server" width="1123" height="786" data-recalc-dims="1" data-lazy-sizes="(max-width: 1123px) 100vw, 1123px" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
      How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Tool > Server

      Just make sure that the Wildfly Application Server path is available. Choose the correct location of the Wildfly Application Server by clicking the Browse… button. So, click the Browse… button which is aligned with the Server Location label where the main purpose is to search the Wildfly root folder as in the above. When the root folder of the Wildfly Application Server is found , click the Choose button.

    5. Click the Next > button, the following window configuration display will appear :

      Server" width="1120" height="787" data-recalc-dims="1" data-lazy-sizes="(max-width: 1120px) 100vw, 1120px" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
      How to Configure Wildfly Application Server for NetBeans IDE in Windows 10 from Tool > Server

      Make sure that the most important value of the configuration is correct. Especially the host, port and management port. Normally, for internal testing and development the host will be ‘localhost’ as it will use as the host of the Wildfly Application Server. The other important configuration is the port and management port. Make sure no other services is using that port so that the Wildfly Application Server can run properly.

    6. Finally, click the Finish button to end the process for configuring Wildfly Application Server in NetBeans IDE from Tool > Server menu.

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

Leave a Reply