[google-appengine] Re: Connect from GAE to external PostgreSQL DB?

2011-08-03 Thread wouterdeg
t a Web/REST service somewhere in the same network as the Postgres > > DB (if you can) which would just extract from Postgres and serve the data > > you need from your GAE app? > > Like that, you don't expose directly Postgres DB to your remote GAE app > > which is someth

[google-appengine] Connect from GAE to external PostgreSQL DB?

2011-08-02 Thread wouterdeg
Hi All, For an app I need to obtain data from an external PostgreSQL database, do some calculations on it and then show the results to the clients in an MVP set-up. However, from some posts I gather that GAE cannot connect with a PostgreSQL DB over the internet out of its servlet context. Others

[google-appengine] Setting a java.util.logging.Formatter results in AccesControlException

2011-06-07 Thread wouterdeg
Hi All, I'm trying to set a custom Formatter (subclass of java.util.logging.Formatter) to a custom Handler (subclass of java.util.logging.Handler). Adding the handler to a default Logger apparently works fine. However, when setting the custom Formatter I get the following AccesControlException: