The /atg/endeca/assembler/cartridge/manager/DefaultMdexResource and /atg/endeca/assembler/cartridge/manager/DefaultWorkbenchContentSource components both have properties that refer to Endeca hosts, ports, and application names. If you are using non-default Endeca hosts, ports, or application names, you may have to modify these components.

Out of the box, the DefaultMdexResource.properties file looks like this:

$class=com.endeca.infront.navigation.model.MdexResource
$scope=request

# Mdex host
host=localhost

# Mdex port
port=15000

# Record spec name
recordSpecName=common.id

In environments that have a single production MDEX for all languages, the host and port properties refer to the host and port of that single MDEX. In environments that have a separate production MDEX for each language, the host and port properties specify the host and port for the MDEX instance that should be used when a language-specific MDEX instance is not available. If the default configuration does not match your environment, make the appropriate changes in your ATG production server’s localconfig directory.

Note: For more information on how DefaultMdexResource is used, see Connecting to an MDEX.

Out of the box, the DefaultWorkbenchContentSource.properties file includes a number of properties, however, the ones you may have to change are:

# Arg1 - Workbench app name
$constructor.param[1].value=ATGen

# Arg3 - Workbench host
$constructor.param[3].value=localhost

# Arg 4 - Workbench port
$constructor.param[4].value=8006

In environments that have a single production Endeca application for all, the host, port and application name properties refer to the host, port, and application name of that Endeca application. In environments that have a separate Endeca application for each language, the host, port, and application name properties refer to the Endeca application that should be used when a language-specific Endeca application is not available. If the default configuration does not match your environment, make the appropriate changes in your ATG production server’s localconfig directory.

Note: If you followed the instructions in the Configuration for Environments with One Language per MDEX section, you will have already changed the DefaultWorkbenchContentSource component to use the ATGProden Endeca application name.

Note: For more information on how DefaultWorkbenchContentSource is used, see Connecting to the Endeca Workbench Application.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices