JMontclaire
JMontclaire

Reputation: 33

MobileFirst 7.0 WLAPP deployment not synchronizing on other application server

We are using MobileFirst 7.0 and running on 2 Tomcat application servers. When we deploy new WLAPP, it will deploy on 1 of the app server but not synchronizing to other app server until we restart the tomcat service.

Is there a flag / option to automatically synchronize on both app servers?

Thank you.

Best regards, JM

Upvotes: 0

Views: 97

Answers (1)

Srinivas Sama
Srinivas Sama

Reputation: 89

The synchronization should happen automatically and it is controlled by property cluster.data.synchronization.taskFrequencyInSeconds in the server.xml. Try reducing this value if it set too high.

Also check the property ibm.worklight.admin.environmentid to make sure it is specified correctly as per the documentation below

https://www.ibm.com/support/knowledgecenter/#!/SSHS8R_7.0.0/com.ibm.worklight.deploy.doc/admin/t_using_JNDI_lookup_to_override_WL_properties.html

Upvotes: 1

Related Questions