Dynamo’s Page Processor compiles Java Server Pages into .java files. The page processor, located at /atg/dynamo/servlet/pagecompile/PageProcessor, checks for new Java Server Pages that need to be compiled. You can improve performance by increasing the Page Processor’s pageCheckSeconds property. The page compile servlet uses this property value to determine whether to check for new Java Server Pages that need to be recompiled. If a request occurs within this time interval (measured in seconds) for the same page, Dynamo will not check the date on the file. This improves performance in serving pages.

A value of 0 causes Dynamo to check for new pages on each request. The default value is 1. The liveconfig value is 60.

 
loading table of contents...