I'm trying to launch a project in netbeans but I keep getting the error
"Could not connect to admin listener for GlassFish server 3.1 Verify that NetBeans can make outbound connections to localhost:4848"
I've been tackling glassfish server problems since morning. Has anyone encountered this problem before?
I encounted the same problem. It was because the server takes over the proxy settings of the IDE by default. You can deselect it by going to GlassFish Server 3.x properties and then click on the java tab ==> deselect Use IDE's proxy settings.
Afther that i could deploy my application.