Hi,
I'm trying to start a dev_appserver instance inside a running jvm. So I'm
doing:
DevAppServerFactory.createDevAppServer(new File("war").getCanonicalFile(),
"0.0.0.0", 8080)
This throws an access permission exception:
access denied (java.io.FilePermission /tmp/test2180295141950803071.policy
delete)
[Thrown class java.security.AccessControlException]
Does anybody know what I'm doing wrong? Or how I can I embed the
dev_appserver in a running JVM.
Thanks,
Razvan
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/A6nzmTt7zbcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.