Skip to main content
Skip table of contents

Mre Frontend Configurations

Follow these steps for Mre Frontend configuration:

  1. Stop Apache Tomcat 8.5 Tomcat8 service from Windows Services pane
  2. Navigate to <installation-dir>\core\tomcat\apache-tomcat-8.5.47\webapps\mre-frontend\assets directory
  3. Update configurations in config.json and save the file
  4. Clear cache in browser and refresh Mre Frontend

Configuration

Sample config.json file:

config.json

JS
{
    "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 VariableDefault ValueExpected ValueLimitationsDescription
1baseUrmUmm

https://192.168.1.33:8443/umm/api/login

or

https://<FQDN>/umm/api/login

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/loginUmm url. 
2GAT_URL

https://192.168.1.33:8443

or

https://<FQDN>/umm

StringIn case of Reverse Proxy implementation, this path will be https://<reverse-proxy-fqdn>/ummBase path of UMM
3MRE_MICRO_URL

https://192.168.1.33:8447

or

https://<FQDN>/mre-microservice

StringIn case of Reverse Proxy implementation, this path will be https://<reverse-proxy-fqdn>/mre-microserviceMre Microservice base path
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.