Mre Frontend Configurations
Follow these steps for Mre Frontend configuration:
- Stop
Apache Tomcat 8.5 Tomcat8service from Windows Services pane - Navigate to
<installation-dir>\core\tomcat\apache-tomcat-8.5.47\webapps\mre-frontend\assetsdirectory - Update configurations in
config.jsonand save the file - Clear cache in browser and refresh Mre Frontend
Configuration
Sample config.json file:
config.json
{
"baseUrlUmm" : "https://192.168.1.33:8443/umm/api/login",
"GAT_URL":"https://192.168.1.33:8443",
"MRE_MICRO_URL":"https://192.168.1.33:8447"
}
Following table explains these parameters:
| Configuration Variable | Default Value | Expected Value | Limitations | Description | |
|---|---|---|---|---|---|
| 1 | baseUrmUmm | https://192.168.1.33:8443/umm/api/login or | String | /umm/api/login is API path, if UMM is exposed to /umm/ path via reverse proxy, this value will be https://<reverse-proxy-fqdn>/umm/api/login | Umm url. |
| 2 | GAT_URL | or | String | In case of Reverse Proxy implementation, this path will be https://<reverse-proxy-fqdn>/umm | Base path of UMM |
| 3 | MRE_MICRO_URL | or | String | In case of Reverse Proxy implementation, this path will be https://<reverse-proxy-fqdn>/mre-microservice | Mre Microservice base path |