The following modifications are made for the Agent Server instance.

Agent Server Property File Configurations

The following property files are configured for the Agent Server:

Property File

Modification

/atg/deployment/file/ FileDeploymentServer

port=28810

/atg/dynamo/Configuration

adminPort=8280
siteHttpServerPort=8280
httpsPort=8643
rmiPort=28860
fileDeploymentPort=28820
drpPort=28810

/atg/dynamo/servlet/
dafpipeline/SQLRepository
EventServer_production

enabled=true

/atg/dynamo/server/
SQLRepositoryEventServer

enabled=true

/atg/dynamo/servlet/dafpipeline/
AccessControlServlet

enabled=true

/atg/dynamo/transaction/
TransactionManager

$class=atg.dtm.
StaticTransactionManagerWrapper

/atg/dynamo/service/
ClientLockManager

$class=atg.service.lockmanager.ClientLockManager
lockServerPort=29010
useLockServer=true
lockServerAddress=localhost

/atg/dynamo/service/
ClientLockManager_production

$class=atg.service.lockmanager.ClientLockManager
lockServerAddress=localhost
lockServerPort=19010
useLockServer=true

/atg/dynamo/service/
ClusterName

clusterName=knowledge

/atg/dynamo/service/
Initial

initialServices+=/atg/dynamo/service/
ServerLockManager

/atg/dynamo/serivce/
ServiceLockManager

port=29010

/atg/dynamo/service/
SMTPEmail

emailHandlerHostName=mailsvr.atg.com

/atg/dynamo/service/
LogRotationMessageSource

enable=true

/atg/epub/file/synchronization/
FileSynchronizationDeployServer

port=28815

/atg/search/
SynchronizationInvoker

host=localhost
port=38860

This property file is required for auto indexing. The host and port variables must point to the Search Admin Server RMI port and host.

/atg/search/es/SearchServer

host=localhost

/atg/search/routing/
LaunchingService

engineDir=D:/ATG/ATG9.3/Search9.3/SearchEngine deployShare=D:/ATG/ATG9.3/Search9.3

Agent Server XML File Configurations

The following configurations are made for the Agent Server XML files:

XML File

Modification

/atg/scenario/
internalScenarioManager.xml

<?xml version="1.0" encoding="ISO-8859-1" ?>
<process-manager-configuration>
<!-- This ensures that the searchadmin server
doesn't start it's own scenario editor server
but instead points to the agent scenario editor
server -->
  <process-editor-server>
    <server-name>localhost:28810</server-name>
  </process-editor-server>
</process-manager-configuration>

/atg/scenario/
scenarioManager.xml

<?xml version="1.0" encoding="ISO-8859-1" ?>
<process-manager-configuration>
  <process-editor-server>
    <server-name>localhost:18810</server-name>
  </process-editor-server>
</process-manager-configuration>

Agent Server Data Warehouse Add On Configuration

The following property files are configured if you add data warehousing:

Property File

Modification

/atg/cognos/Configuration

$class=atg.cognos.service.Configuration
gatewayURLPath=
ATG Reporting Center Path

/atg/DWDataCollectionConfig

enabled=true
defaultRoot=d:/ATG/ATG9.3/home/logs

/search/routing/command/
search/BrowseRequest

firingSearchEvents=true

/search/routing/command/
search/CategorizeRequest

firingSearchEvents=true

/search/routing/command/
search/QueryRequest

firingSearchEvents=true

/search/routing/command/
search/SimilarDocsRequest

firingSearchEvents=true

/search/routing/command/
search/StructuredQueryRequest

firingSearchEvents=true

/search/routing/command/
search/ViewDocumentRequest

firingSearchEvents=true

Agent Server Switching Data Source Add On Configuration

The following property files are configured if you add switching data sources:

Property File

Modification

/atg/epub/DeploymentAgent

switchableDataStores+=/atg/svc/service/
ServiceSwitchingDataSource_read

/atg/svc/service/
ServiceJTDataSource_production

componentPath=/atg/svc/service/
ServiceSwitchingDataSource_production

/atg/svc/ServiceRepository_read

componentPath=/atg/svc/
SwitchingServiceRepository_read

/atg/svc/OfferRepository_read

componentPath=/atg/svc/
SwitchingOfferRepository_read

/atg/svc/option/
OptionRepository_read

componentPath=/atg/svc/option/
SwitchingOptionRepository_read

/atg/svc/userprofiling/
ServiceSegmentRepository_read

componentPath=/atg/svc/userprofiling/
SwitchingServiceSegmentRepository_read

/atg/svc/ui/framework/
ServiceFrameworkRepository_read

componentPath=/atg/svc/ui/framework/
SwitchingServiceFrameworkRepository_read

/atg/registry/
ContentRepositories

initialRepositories+=\
 /atg/svc/ServiceRepository_read,\
 /atg/svc/option/OptionRepository_read,\  /atg/svc/userprofiling/ServiceSegmentRepository
    _read,\
 /atg/svc/OfferRepository_read,\
 /atg/svc/ui/framework/ServiceFrameworkRepository
    _read

 
loading table of contents...