just did:
http://code.google.com/p/googleappengine/issues/detail?id=4895
after digging more, the difference between the prd server and local
dev server was the places where the 2 servers look for jars.
it seems local dev server looks in more places than the prod.

cheers,
Gabi


On Thu, Apr 14, 2011 at 1:32 AM, Don Schwarz <schwa...@google.com> wrote:
> Can you file an issue in our issue tracker with the full stack trace and
> ideally a pointer to the relevant code?
> http://code.google.com/p/googleappengine/issues/list
> Thanks,
> Don
>
> On Wed, Apr 13, 2011 at 5:20 PM, gabriel munteanu <jajali...@gmail.com>
> wrote:
>>
>> 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
>> google-appengine-java@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>
>

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to