Wow, that sounds bad. You're saying that this happens while running the dev_appserver (not appcfg), and you're only modifying one JSP file? Is that JSP file huge? Try raising the heap size of your JVM. For example, if you're using Eclipse, set -Xmx1G in the JVM arguments for your launch config. If you're running the dev_appserver from the command line, use --jvm_flag=-Xmx1G.
On Fri, Nov 13, 2009 at 12:51 PM, Steph <[email protected]> wrote: > When modifying a JSP in the war directory, it can take up to 3 minutes > for the JSP to recompile and the page to render (I am on a brand new > dual-core CPU 2.66 Ghz). > > Is there a way that the JSP compile time can be speed up? This > slowness makes development almost unbearable. Thanks for your help. > > -- > > 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=. > > > -- 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=.
