Thanks for answering, Didier (I notice you've answered this question several times in the past).
I feel like I should add this to the FAQ ... Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Wed, Mar 16, 2011 at 10:13 AM, Didier Durand <[email protected]>wrote: > Hi, this question was already debated many times here: it is not a > good idea to use the dev server of gae for production purposes as it > is only a dev server as its name implies. > > It's limited in many functions, you have no guarantee on its long > term, etc... > > Why don't you go to a standard servlet container (tomcat, jetty, > etc..): it would be much safer for your purpose and as it is close to > gae, you can have 2 versions in parallel or migrate back easily to gae > in the future when needed / possible. > > regards > > didier > > On Mar 16, 5:07 pm, romesh soni <[email protected]> wrote: > > Did any one have answer of my questions? I am worried. > > > > Thanks > > Romesh > > > > On Tue, Mar 15, 2011 at 10:58 PM, romesh soni <[email protected]> > wrote: > > > Hi Group, > > > > > I am building an application where my clients will be running my app > engine > > > application on their local environments (they can not use internet > because > > > its not stable and available all the times). So I have two questions: > > > > > 1.) Is it possible to run an app engine application totally on local > (aka > > > dev) server. If yes, how to start stop the server and deploy the > > > application. (I am used to of Tomcat) > > > > > 2.) uploading data from development server to production server as > there > > > will be schedulers in local (aka development ) machines to push data to > > > production server so that in case of system crash on local serves, my > > > clients can switch to Production version. > > > > > Thanks > > > TL > > > > > > -- > 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. > > -- 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.
