The short version of the problem is that I can't deploy projects in Netbeans, I get something like this:
Starting GlassFish Server 3 GlassFish Server 3 Server cannot start. Port is occupied. In-place deployment at C:\Path\AppName\build\web Initializing... deploy?path=C:\Path\AppName\build\web&name=JSPApplication&force=true failed. Instance is not GlassFish Server 3. C:\Path\AppName\nbproject\build-impl.xml:683: The module has not been deployed. BUILD FAILED (total time: 0 seconds)
However this is on a Windows 7 machine that has Glassfish 3 running on port 8080 already.
I'm sure its some ignorance on how to USE Netbeans, but I'd appreciate any help as I can't seem to find much information regarding my issue.