Trung, The dev server is not the only way to run app engine locally. Take a look at these projects to see if they can meet your needs... http://code.google.com/p/appscale/ <http://code.google.com/p/appscale/>http://code.google.com/p/typhoonae/ <http://code.google.com/p/typhoonae/>
On Mon, Dec 20, 2010 at 11:54 AM, Ikai Lan (Google) < [email protected] <ikai.l%[email protected]>> wrote: > You sure can, but you should be aware of many of the limitations of the > development server: > > - it's slow > - the datastore can be wiped on upgrade (this is an ugly bug that pops it > head up now and then) > - it's single threaded > - no real accounts support > - ... many, many more limitations > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blogger: http://googleappengine.blogspot.com > Reddit: http://www.reddit.com/r/appengine > Twitter: http://twitter.com/app_engine > > > > On Mon, Dec 20, 2010 at 7:13 AM, Trung <[email protected]> wrote: > >> For some reasons, I would like to run our GAE apps internally (with >> some custom hooks instead of re-writing the app). >> >> May I do that? >> >> Thanks >> >> -- >> 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]<google-appengine-java%[email protected]> >> . >> 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > 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 [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.
