No, you can't write files in appengine, there is no file system. You
should serialize your data into the datastore instead.

On Jan 7, 4:10 am, Aviv Keren <aviv...@gmail.com> wrote:
> Hi,
> trying to use FileHandler class response with an error:
> " HTTP ERROR 500
>
> Problem accessing /sign. Reason:
>
>     java.util.logging.FileHandler is a restricted class. Please see
> the Google  App Engine developer's guide for more details.
>
> "
> is it possible to write logs into files using this class or other way?

-- 
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