This is a Java app, correct? The server is *not* supposed to restart on code save. What's supposed to happen is that if you have "Build Automatically" checked, the code will be compiled incrementally as it is saved. If you select "Debug as Web Application", this puts the JVM into debug mode which will hot reload most saved classes.
-- 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 Sun, Nov 7, 2010 at 3:42 AM, jesbox <[email protected]> wrote: > Hi, > Just working through the tutorials under Eclipse. The app is supposed > to restart when any code file is saved, but this does not happen to > me. > > Further, I do not find any knob to do it manually. The "Servers" tab > is empty, so this kind of app does not run in a web server. > > Any tips? > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
