ATG’s Page Processor compiles JHTML pages into .java files (JSP compilation is handled by your application server). The page processor, located at /atg/dynamo/servlet/pagecompile/PageProcessor, checks for new JHTML 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 JHTML pages that need to be recompiled. If a request occurs within this time interval (measured in seconds) for the same page, ATG will not check the date on the file. This improves performance in serving pages.

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


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices