To assemble ATG Search, create an EAR file that includes the modules ATG Knowledge requires using the <ATG9dir>/home/bin/runAssembler tool. Before assembling the file, identify which modules you will require. Refer to the ATG Installation and Configuration Guide for additional information.

Module Name

Description

Additional Information

DafEar.Admin

Required

Installs the Administration UI for ATG Service.

SearchAdmin.AdminUI

Required

Installs ATG Search Admin UI

DAF.Search.Base.QueryConsole

Required

Installs DAF Search UI

To create an EAR file for ATG Knowledge on an IBM WebSphere, Oracle WebLogic or JBoss application server:

  1. Open the runAssembler script located in the <ATG9dir>/home/bin directory to create an EAR file.

  2. Run the runAssembler script.

    In the following example, MySearchApplicaiton.ear represents the EAR file and contains the optional Service.KnowledgeDataWarehouse module for Reporting:

    runAssembler –server svcsearch –standalone –liveconfig
    MySearchApplication.ear -m DafEar.Admin SearchAdmin.AdminUI
    DAF.Search.Base.QueryConsole

    Note: The –standalone flag configures the assembled EAR in standalone mode, or on a server that does not have ATG installed. In Standalone mode, all of the files needed to run the application are included within the EAR. This flag is required.

    For detailed instructions on assembling ATG applications for third-party application servers, see the appropriate section in the ATG Installation and Configuration Guide.

  3. Deploy the resulting EAR files to your application server and start them according to the instructions in your application server documentation.

 
loading table of contents...