You must include the following modules in your EAR file:

See the ATG Programming Guide for information on using runAssembler to build and deploy ATG applications.

After creating the EAR file, see your application server documentation for information on deploying and starting ATG Search.

Note: If you are going to deploy Search Administration as part of a standalone EAR, you must do the following:

  1. Run the ATG Search installer and install a standalone Search engine (see Adding Standalone Search Engines) on the machine to which you are going to deploy your EAR.

  2. Add an engineDir property to the /atg/search/routing/LaunchingService component, and set it to point to the new Search engine’s <Search2007.3Dir>\SearchEngine directory. For example:

    engineDir=c:\\ATG\\ATG2007.3\\Search2007.3\\SearchEngine

  3. In the /atg/searchadmin/atgsearchengine/LanguageConfigurationService component, configure the languageConfigPath property to point to the Search engine’s Config.xml file. For example:

    languageConfigiFile=C:\\ATG\ATG2007.3\\Search2007.3\\SearchEngine\\
    language\\Config.xml