I did this at first (using a MySQL database with my Tomcat), but this was a mistake.
Even though it was nice to step through my code during debug, I lost the following things by not developing using the GAE/J development web server: · The GAE datastore behaves differently to a MySQL database, even though I was using JDO as my persistence abstraction layer. · The GAE/J dev server matches GAE/J production servers better than Tomcat. · Enqueued tasks. · And many more... Don't make my mistake: develop against the GAE web server, and the GAE datastore, from the start! On Nov 3, 2:50 am, sombriks <[email protected]> wrote: > how to develop on tomcat and deploy on GAE? > > anyone had such setup? if yes, pleas share your experience -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
