Awesome I spent the better part of a sunday morning trying to run a simple hello world JEE Web app (JSP) I was getting the :
"Server is not connected. Deploy is not available." when running the glassfish run config ... I found a article:
To force running under JDK 1.7 edit /Applications/<Product>.app/Contents/Info.plist file, change JVMVersion from 1.6* to 1.7* :
<key>JVMVersion</key><string>1.7*</string>
I set it to
<string>1.8*</string>
I worked but the article says that this is not support and has many issues. WELL Thats just great!!! This sucks!!!