This ApplicationRoutingStrategy by default available and you need to follow below steps for configuration
Naviate to /atg/endeca/ApplicationConfiguration
Set applicationRoutingStrategy property to null. This property is null by default, so you can leave it unset or set it to null explicitly. If applicationRoutingStrategy is null, an instance of the SingleApplicationRoutingStrategy class is created automatically.
Similarly, set the /atg/endeca/index/IndexingApplicationConfiguration .routingObjectAdapter and /atg/endeca/assembler/AssemblerApplicationConfiguration.routingObjectAdapter properties to null to automatically create instances of the SingleContextRoutingObjectAdapter and SingleRequestRoutingObjectAdapter
classes.
Additional configuration differs depending on whether you have a single EAC application for all languages or a separate EAC application for each language.
eg: ApplicationConfiguration
baseApplicationName=ATG
defaultApplicationName=ATG
# Our Workbench Host
workbenchHostName=localhost
# Our Workbench Port
workbenchPort=8006
If your application Name is ATG configure like above in ApplicationConfiguration.
If you have different locales configure like these, Set this property if you have different locales otherwise set this property to Null.
defaultLanguageForApplications=fr
if this is set along with locale then during indexing the Application looks for the EAC application as ATGfr,ATGen etc.
eg:IndexingApplicationConfiguration
CASHostName=localhost
CASPort=8500
EACHostName=localhost
EACPort=8888
eg:AssemblerApplicationConfiguration
defaultMdexHostName=localhost
defaultMdexPort=15000
Happy Learning !!!!
No comments:
Write comments