Breadcrumbs

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:

JavaScript
{
    "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

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/login

Umm url. 

2

GAT_URL

https://192.168.1.33:8443

or

https://<FQDN>/umm

String

In case of Reverse Proxy implementation, this path will be https://<reverse-proxy-fqdn>/umm

Base path of UMM

3

MRE_MICRO_URL

https://192.168.1.33:8447

or

https://<FQDN>/mre-microservice

String

In case of Reverse Proxy implementation, this path will be https://<reverse-proxy-fqdn>/mre-microservice

Mre Microservice base path