What are the baseUrl properties used for in the apigee.conf file?

There are 2 configuration properties in the apigee4/conf/ui/apigee.conf file:

apigee.analytics.baseUrl="https://<msip>:8080/v1/organizations/" apigee.mgmt.baseUrl="https://<msip>:8080/v1"

1) How are these properties used, meaning internal to the application or externally by other components or servers within the environment

2) If using a load balancer in front of the management server should this be the URL or ip of the load balancer?

Trying to understand the impact of changing these.

Solved Solved
0 2 310
1 ACCEPTED SOLUTION

Not applicable

Hi there!

All these properties are used by UI component (internal to UI application). You can change these values to load balancer IP or DNS name (whatever is available in your case). These properties are used by UI to fetch the required info from management-server.

Thanks,

Archendra

View solution in original post

2 REPLIES 2

Not applicable

Hi there!

All these properties are used by UI component (internal to UI application). You can change these values to load balancer IP or DNS name (whatever is available in your case). These properties are used by UI to fetch the required info from management-server.

Thanks,

Archendra

Ok, makes sense. Wasn't sure if changing this would affect other parts of the app so I wanted to confirm. In the cases of having a load balancer in front of multiple management servers then it would make sense to have the LB DNS or ip address in case one went offline or wanted to take one offline for maintenance reasons

Thx.