Reputation: 33
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
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
Upvotes: 1