Hi, Ikai. Yeah, I'm running server in debug mode, and I was not modifying web.xml in this situation. In Tomcat, java file re- compilation can be triggled by file modification, and then deployed to the Tomcat web directory. Google App Engine uses Jetty as HTTP server, but I don't know wether you guys have implemented dynamic source loading. Anyway, I'm now using Python and it works great:)
On Sep 10, 2:45 am, "Ikai L (Google)" <[email protected]> wrote: > Is your server running in debug mode? Most classes should be hot reloadable. > You'll still need to restart your server for web.xml changes. > > > > > > > > > > On Thu, Sep 9, 2010 at 12:56 AM, Felix <[email protected]> wrote: > > Hello, guys. I'm using Google App Engine 1.3.7 eclipse plugin with > > eclipse 3.5 on a Windows 32bit machine. It works great for me to > > develop Java servlets and serve them at localhost. However, whenever I > > modify the servlet source, I've to stop the previously running > > instances of app engine at localhost, and then restart it to see > > changes in my browser. If not, the changes will not take effect. > > I'm wondering whether anyone eles have encountered this problem ever, > > and thank you very much for digging into this post:) > > > -- > > 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%2B > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. > > -- > 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 -- 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.
