When Oracle stopped the commercial support for GlassFish, there had been an exodus to WildFly and other servers. WildFly works fine with NetBeans, and I blogged how to install application servers with NetBeans [1].
GlassFish is still used for the reference implementation of Java EE technologies. To be on the bleeding edge, you might get GlassFish 5 nightly builds [2].
If you want to stay productive with GlassFish 4, there is an free alternative which offers intensive support too. Payara is an application server derived from GlassFish 4.1 [3]. If you want to give it a try, simply download the zip file of payara server and unzip it to a folder of your choice. Within NetBeans, choose tools, add server and add it as GlassFish server. The installation procedure is quite the same as described in my former blog entry [1].
[1] blog.mueller-bruehl.de/netbeans/netbeans-and-java-ee-application-servers
[2] download.oracle.com/glassfish/5.0/nightly/index.html
[3] www.payara.fish
Do you want to support this blog? You may help to finance the needed hardware.
Want to read more about software development? Purchase one of my books:
Start application development with Java. Learn development foundation, quality control and more.
A Journey through Java EE Technologies whilst developing Web Applications with JavaServer Faces.
Java Lambdas and Parallel Streams
The compact starter: Foundation, supporting structures, parallel processing
No software development, just nature:
A photographic image book. Get it for free. Or pay whatever you like.
WildFly “works fine” with NetBeans…
http://statistics.netbeans.org/exceptions/detail.do?id=209757
Indeed. I reported this problem too in may 2015.
When I tried WildFly again in autumn, I knew how to solve this problem:
There had been a port conflict with my nvidia driver. So I changed WildFly’s default port, e voilà , no problems with WildFly and NetBeans anymore.
Frankly, I have only less experience with WildFly, cause GlassFish (or its sibling Payara) is still my favorite app server.
Best,
Michael
PS: Please let me know your name.