Hi, I’m trying to use Glassfish 6.0.0 as my web server and to debug servlets using NetBeans 12.3.
~/glassfish6/bin/asadmin start-domain domain1 Works and other command line stuff works fine. Trying to start the glassfish server by right clicking}: [cid:image001.png@01D723EC.F90CAB10] Gets [Graphical user interface, text, application, email Description automatically generated] Looking at the log file tells me nothing. Is anyone else trying to use Glassfish 6.0.0 and if so, can they get it to work with NetBeans. (I’ve tried other 12.n versions – no difference). Annoyingly I can start a Payara server fine, but am having trouble using jakarta.servlet.Servlet with Payara instead of javax.servlet.Servlet; I get: java.lang.ClassCastException: com.gradwell.RemoteSQLoverHttpServlet.RemoteSQLoverHttpServlet cannot be cast to javax.servlet.Servlet All help welcome ! Regards David