If your environment includes a single MDEX engine (for example, if all indexed content is in one language, or content is in multiple languages but all languages are indexed in the same MDEX), the /atg/endeca/assembler/cartridge/manager/DefaultWorkbenchContentSource component uses the /atg/endeca/assembler/cartridge/manager/DefaultFileStoreFactory component to retrieve promoted content. (See the Connecting to the Workbench Server section of the Query Integration chapter for information about the DefaultWorkbenchContentSource component.)

The DefaultFileStoreFactory component includes the following properties:

  • isAuthoring: A boolean that specifies whether or not the component is running in an authoring environment. The value of this property determines which other properties are taken into account. (For example, connection information such as the serverPort property applies only to an authoring environment.) Defaults to the value of the previewEnabled property of the AssemblerSettings component:

    isAuthoring^=AssemblerSettings.previewEnabled

  • appName: The EAC application name. Defaults to the value of the defaultApplicationName property of the /atg/endeca/ApplicationConfiguration component:

    appName^=/atg/endeca/ApplicationConfiguration.defaultApplicationName

  • host: The fully qualified host name of the machine running the Oracle Commerce Workbench. Defaults to the value of the workbenchHostName property of the /atg/endeca/ApplicationConfiguration component:

    host^=/atg/endeca/ApplicationConfiguration.workbenchHostName

  • serverPort: The port on the host machine that the Workbench uses to publish Experience Manager content. Set by default to:

    serverPort=8007

  • clientPort: The port on the client machine that is used to retrieve Experience Management content from the Workbench. If clientPort is set to -1 (the default), a port is assigned automatically.

    clientPort=-1

  • configurationPath: Set this property to the file-system pathname of the directory to retrieve promoted content from. For example:

    configurationPath=\
      ToolsAndFrameworks/version/server/workspace/state/repository/ATG

In addition, the /atg/endeca/assembler/cartridge/manager/DefaultWorkbenchContentSource component and the /atg/endeca/assembler/admin/EndecaAdministrationService component each have a storeFactory property that is configured by default to point to the DefaultFileStoreFactory component:

storeFactory=\
  /atg/endeca/assembler/cartridge/manager/DefaultFileStoreFactory

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