Filed as http://code.google.com/p/googleappengine/issues/detail?id=2055.
On Wed, Sep 2, 2009 at 10:35 AM, Rusco <[email protected]> wrote: > > > This hit me too, I am developing servlets with Scala. > > I can't find a "/_ah/reloadwebapp" link (I use the eclipse plugin), > what am I doing wrong ? > > In the meantime I went back to good old Tomcat for development, so far > everything works smoothly. > > Here a sample "server.xml" snippet, I just put my context-docbase on > the normal eclipse workspace: > > <Host name="localhost" appBase="webapps" unpackWARs="true" > autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> > > <Context path="/mygaeapp" docBase="C:/UserData/workspace/SGaeApp01/ > war" debug="0" reloadable="true"> > <Logger > className="org.apache.catalina.logger.FileLogger" > prefix="localhost_examples_log." suffix=".txt" timestamp="true"/> > </Context> > > </Host> > > I hope the SDK sources get published sooner or later, the > "com.google.appengine.tools.development.DevAppServer Interface" has a > "restart" method which is somewhow hidden, to fix this would be faster > than submitting an issue. > > BR/Rusco > > > > On Aug 29, 6:38 pm, Klaus <[email protected]> wrote: > > Ok, it works fine. But now I need to touch "appengine-web.xml" for a > > redeploy... This is about the same "effort" as stopping and restarting > > the devservletengine... :-) > > > > On 29 Aug., 00:09, Toby Reyelts <[email protected]> wrote: > > > > > Try either touching your appengine-web.xml file or hitting > > > /_ah/reloadwebapp. Either of those should do a hot reload of your > webapp. We > > > haven't seen a lot of requests for webapp hotreloading, because the > > > dev_appserver is usually very fast to boot. What is it that you're > doing > > > that would save a lot of time with a webapp reload but not be fast from > a > > > server boot? Can you let us know if this does indeed work and save you > > > significant time? > > > > > On Fri, Aug 28, 2009 at 5:54 PM, Klaro <[email protected]> wrote: > > > > > > TheServletEngine in the SDK translates JSPs right after they were > > > > changed - fine! > > > > > > When changing Java code (such as aServlet), the changes are not > > > > redeployed - bad! > > > > > > So I have to stop and start the localServletEngine to see the > > > > effects of the changes in my classes. This leads to hardly acceptable > > > > turn around times. > > > > > > My question: Is there a trick or even an official configuration > option > > > > to deploy/reload classes immediately without restarting the server? > (I > > > > was using Tomcat previously, and there is some configurtaion option > in > > > > the server.xml.) > > > > > > Regards, > > > > Klaro > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
