Configuring Maximo Real Estate and Facilities server
About this task
Directly editing theTRIRIGAWEB.properties
Procedure
- Locate the file TRIRIGAWEB.properties in the Platform configuration directory.
- Open it with a text editor such as Notepad.
- Search for OSLC_BASE_URL.
- Set the value to the URL that will be used to access OSLC endpoints. This is typically the base Maximo Real Estate and Facilities URL = “/oslc”.
- The ':' character must be escaped. Example URL: OSLC_BASE_URI=http://tririga.mydomain.com\:9080/prod/oslc/.
Editing the Maximo Real Estate and Facilities admin console
Procedure
- From the left menu, click System Info.
- At the top, click Edit for Maximo Real Estate and Facilities Web to open the TRIRIGAWEB.properties file.
- Scroll down to OSLC_BASE_URI. Properties are in alphabetic order.
- Set the value to the URL that will be used to access OSLC endpoints. This is typically the base Maximo Real Estate and Facilities URL = “/Oslc”. Example: OSLC_BASE_URI=http://tririga.mydomain.com:9080/prod/oslc/
- Save your edit.
What to do next
If the TRIRIGAWEB.properties OSLC_BASE_URI value is blank or default, it is automatically configured based on the login URL. This fails if the address seen by the server is different from the login URL used by the server. Such as, when the server is behind a firewall that performs Network Address Translation (NAT). In these cases, the URL must be manually configured as described previously.