0

I'm trying to configure a Data Power on Mobile First Platform 8.0 installed in a WAS ND 8.5.x. with a cluster with 2 servers.

As I did on Mobile First Platform 7.1, I would like to change the access port with the property 'publicWorkLightPort' but this property has changed in MFP 8.0 and I don't know how is it called now or how is supposed to be in MFP 8.0

Gas
  • 17,601
  • 4
  • 46
  • 93
MMG
  • 21
  • 1
  • 9
  • DataPower with LTPA integration: https://mobilefirstplatform.ibmcloud.com/blog/2016/06/17/datapower-integration/ – Nathan H Jul 27 '16 at 06:25
  • DataPower as an authorization server: http://www.ibm.com/support/knowledgecenter/SSHS8R_8.0.0/com.ibm.worklight.dev.doc/dev/t_datapower_as_authorization_server.html – Nathan H Jul 27 '16 at 06:25

1 Answers1

0

That property as well as the file that contains it (worklight.properties) is no longer used in MobileFirst Foundation 8.0. The port used by MobileFirst Server is defined in the application server's server.xml file.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89