The Oracle Commerce Platform’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, the Oracle Commerce Platform will not check the date on the file. This improves performance in serving pages.

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


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices