Running the NG Client & Smart Client separately

Hello All!

I want to migrate to the NG Client from the Smart Client but have been having issues with running the smart client out of the WAR deployment. I was wondering if there would be any potential for data conflicts if I were to continue using the smart client out of the traditional servoy application server and let the NG Client run through the WAR deployment. I would have my NG Client running on a separate repository server from my smart client but they would be sharing the same SQL server for their data, and I am a bit concerned about data being overwritten by the NG Client. Would this be something that I should be worried about or would it be best to run the Smart Client & the NG client through one WAR file?

Thanks for your help!

Hi,

As this will be 2 separate application servers, server A won’t have any knowledge about the data being changed by clients connected to B and vice versa.
Therefor, this won’t work.

Running smart-client from WAR deployment should not be an issue, so what is it that you run into?