The components described above come preconfigured with most of the settings they need to generate and write out sitemaps for Commerce Reference Store. To enable sitemap generation, you need to set the warDir property of the SitemapGeneratorService component to the operating-system pathname of the deployed WAR file that the sitemap is generated for. For example:

warDir=\
  C:\jboss-eap-5.1\jboss-as\server\atg\deploy\ATG.ear\store.war

Once you set this value, you can manually invoke sitemap generation in the Dynamo Server Admin. If you want sitemap generation to run automatically on a regular schedule, you must also set the schedule property of the SitemapGeneratorService and SitemapWriterService components. See the Core Dynamo Services chapter of theATG Platform Programming Guide for information about setting the schedule property of a schedulable service.