Awesome! Thanks for sharing. Yes, in fact we've improved a lot the JSP compilation in 1.7.4.
Ludo On Wednesday, January 2, 2013 11:44:39 AM UTC-8, Jitendra Gupta wrote: > > Hi, > > Thanks a lot. > I have updated GAE SDK to GAE SDK 1.7.4 version. Now JSP compilation > takes normal time, its really very fast. > > Thanks, > Jeet > > > On Sunday, December 30, 2012 5:11:58 AM UTC+5:30, Ludovic Champenois wrote: >> >> Hi, >> Sorry to hear about the regression. >> JSP compilation is done on your local development machine and has nothing >> to do with production environment or the fact that the application is using >> master/slave or HRD. >> >> A few questions: >> 1/ are you using GAE SDK 1.7.4 version where we modified the way JSP >> compilation is done (and improved a lot performance for the JSP compiler)? >> 2/ if not, please use upgrade to the SDK 1.7.4. >> 3/ if you are in fact using the SDK 1.7.4, we would love to understand >> why suddenly your compilation time has increased...If you could share some >> details about which JDK you are using, how many tag libs you have, the >> number of JSPs, how many libs do you have in web-inf/lib? If you could >> share more info about the application, we can certainly address the issue >> you are facing, >> >> Thanks, >> >> >> On Saturday, December 29, 2012 12:14:35 PM UTC-8, Michael Hermus wrote: >>> >>> I have also recently noticed a huge spike in JSP compilation time. There >>> is definitely something going in the GAE java production environment (for >>> some customers at least). >>> >>> On Saturday, December 29, 2012 11:38:09 AM UTC-5, Jitendra Gupta wrote: >>>> >>>> Hi, >>>> >>>> I used google app engine for my one application, its on High >>>> Replication storage scheme. When same application was on master/slave it >>>> took normal time to compile jsp pages >>>> but now it takes more than 1 hr. >>>> >>>> Reading application configuration data... >>>> 29 Dec, 2012 8:23:41 PM >>>> com.google.apphosting.utils.config.AppEngineWebXmlReader >>>> readAppEngineWebXml >>>> INFO: Successfully processed >>>> /usr/local/apache-tomcat-6.0.28/webapps/sample-paper/WEB-INF/appengine-web.xml >>>> 29 Dec, 2012 8:23:41 PM >>>> com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml >>>> INFO: Successfully processed >>>> /usr/local/apache-tomcat-6.0.28/webapps/sample-paper/WEB-INF/web.xml >>>> Beginning server interaction for tech-course... >>>> 0% Creating staging directory >>>> 5% Scanning for jsp files. >>>> 8% Compiling jsp files. >>>> 29 Dec, 2012 9:42:55 PM >>>> com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml >>>> INFO: Successfully processed >>>> /tmp/appcfg5287499496253305068.tmp/WEB-INF/web.xml >>>> >>>> Can any one help me, why it takes so long time to compile jsp. >>>> >>>> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/IYXyrwJTlMIJ. 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.
