Following are the steps to configure Ecm Frontend:
-
Stop
Apache Tomcat 8.5 Tomcat8service in Windows Services pane -
Navigate to
<installation-dir>\hybrid-chat\core\tomcat\apache-tomcat-8.5.47\webapps\ecm-frontend\conf -
Open
conf.jsonfile for configuration changes -
Save
conf.json, clear cache in browser and refresh /ecm-frontend/ page
Configuration
Sample config.json file:
{
"environment" : "prod",
"state" : "app.base",
"extraSettings" : true,
"gatewayUrl" : "https://chatsolution.expertflow.com/umm",
"tamURL" : "tam_url",
"ecmURL" : "ecm_url",
"promptURL" : "prompt_url",
"applicationVersion":"Version: 12.3.2"
}
Following table explains parameters:
|
|
Configuration Variable |
Default Value |
Expected Value |
Limitations |
Description |
|---|---|---|---|---|---|
|
1 |
environment |
prod |
String |
|
Hosting environment. Do not change |
|
2 |
state |
app.base |
String |
|
App state. Do not change |
|
3 |
extraSettings |
true |
String |
|
Do not change |
|
4 |
gatewayUrl |
https://chatsolution.expertflow.com/ umm |
|
When reverse proxy is configured, use https://<reverse-proxy-fqdn>/umm instead. |
Umm URL. Umm acts as gateway |
|
5 |
tamURL |
|
|
Not supported anymore |
|
|
6 |
ecmURL |
|
|
Not supported anymore |
|
|
7 |
promptURL |
|
|
Not supported anymore |
|
|
8 |
applicationVersion |
|
|
Not supported anymore |
|