Hi, I have an application that uses htmlparser.jar from here: http://about.validator.nu/htmlparser/ well, it works fine on my local server, but in production says it cannot be loaded: JavaException: java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) I understand is fine, i can switch to other libs.
my question is: Is there a flag or a config parameter, so that the local dev server behaves like the prod one? I mean, now I will try first in production to see what lib works there, but the dev server is here on my machine, this is the one I should be using to test and develop. cheers Gabi -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. 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.
