In one of my client, we are using OSLC with MaximoAnywhere 7.6.3.1 with Maximo 761, Work Center and other JSON based integration. The architect team is recommending keep the load of OSLC load out of UI cluster.
So, we tried to change the mxe.oslc.webappurl from
http://hostname:port/maximo/oslc tohttp://hostname:port/meaweb/oslc with corresponding web.xml changes to make these urls working.
- For Work Center, with changes in couple of config files, it started working as expected by using new context path.
- For MaximoAnywhere, I tried changing value of adapter.connection.context in build.properties from maximo to meaweb. Build All has failed in anywhere-apps-builder.xml at .maximo-url-test.
- I tried exclusive hard-coding the path with /maximo in <get src="${adapter.connection.protocol}://${adapter.connection.domain}:${adapter.connection.port}/maximo" dest=".maximo-url-test"/> then build completely successfully.
- rdf puller also worked properly.
- After build, when I tried to connect to using Emulator, it is failing to authenticate and in logs I see that it is still trying to connect using http://hostname:9080/maximo/oslc instead ofhttp://hostname:9080/meaweb/oslc
Has anyone been able achieve this before? If yes, could you guide what I may be missing?
------------------------------
MaxSurii
------------------------------
#AssetandFacilitiesManagement#Maximo#MaximoAnywhere