Hi All , Though i have already optimized my app with spring simple url handler mapping still can see some request reinitializing the app with all controller mapping. This cause the request to wait more than expected time and sometime id does get timeout which is bad sing for us and user too. Thanks, Pravanjan
javax.servlet.ServletContext log: Initializing Spring root WebApplicationContext I 2014-02-24 13:49:02.633 [s~live-jobssystem-v3/7.373722206753019867].<stdout>: [INFO ] at org.springframework.web.context.ContextLoader.(ContextLoader.java:187) : Root WebApplicationContext: initialization started I 2014-02-24 13:49:02.798 [s~live-jobssystem-v3/7.373722206753019867].<stdout>: [INFO ] at org.springframework.context.support.AbstractApplicationContext.(AbstractApplicationContext.java:456) : Refreshing Root WebApplicationContext: startup date [Mon Feb 24 08:19:02 UTC 2014]; root of context hierarchy I 2014-02-24 13:49:03.067 [s~live-jobssystem-v3/7.373722206753019867].<stdout>: [INFO ] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.(XmlBeanDefinitionReader.java:315) : Loading XML bean definitions from ServletContext resource [/WEB-INF/dispatch-servlet.xml] I 2014-02-24 13:49:03.456 [s~live-jobssystem-v3/7.373722206753019867].<stdout>: [INFO ] at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.(ClassPathScanningCandidateComponentProvider.java:186) : JSR-330 'javax.inject.Named' annotation found and supported for component scanning I 2014-02-24 13:49:05.073 [s~live-jobssystem-v3/7.373722206753019867].<stdout>: [INFO ] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.(AutowiredAnnotationBeanPostProcessor.java:137) : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring I 2014-02-24 13:49:05.151 [s~live-jobssystem-v3/7.373722206753019867].<stdout>: [INFO ] at org.springframework.beans.factory.support.DefaultListableBeanFactory.(DefaultListableBeanFactory.java:555) : Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@191397: defining beans [googleDriveJobController,salesforceServerResource,scheduleEventResource,messageFormQueue,jobFCController,jobController,directoryManagementController,accountFCController,migrateJobs,backUpController,cronBatchMessageController,batchMessageController,messageController,accountController,migrationDetails,playGroundJobController,jobsAction,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,paramResolver,viewResolver]; root of factory hierarchy I 2014-02-24 13:49:06.482 [s~live-jobssystem-v3/7.373722206753019867].<stdout>: [INFO ] at org.springframework.web.context.ContextLoader.(ContextLoader.java:214) : Root WebApplicationContext: initialization completed in 3849 ms -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
