I am a newbie to Java EE, and was trying to get a Webapp's container security manager to work.
Im using:
GlassFish 3.1.2 Netbeans 7.3 Windows 8
After I checked the security manager on my GlassFish admin console I can't start the GlassFish server anymore.
I always get this:
access denied ("java.lang.RuntimePermission" "getenv.GlassFish_Platform").
I am however able to start it from the console. When i do so i can see the admin console and my jdbcRealm is not there anymore.
I tried finding the jvm option inside the domain.xml to delete as instructed in some other questions, but i don't have it set.
I did try running Netbeans as admin, also no luck there...
Any hints anyone?