Two different repositories on Application Sever????

Hi there,

I noticed something strange on my server.

I installed ServoyDeveloper on a Windows XP machine.
Then I started the Developer and imported my solution.
I closed the Developer and started the Servoy Application Server manually.
After that I installed my licence keys.

So far so good.

On client machine I connected via my browser and started the Servoy Client. Everything is working.

I started Servoy Developer on the client machine and set the preferences database to the IP of my server instead of “localhost”.

I was able to make changes in a few forms. Then i started the client again and -oops- the changes were not there.

I started the Developer on the server and could saw the changes.

I started the Developer on my client maschine and could saw the changes.

Only the Servoy Client does not show my the right forms.

What is my mistake??? :?:

If you start a server, the server loads the current release into memory. If you edit a solution in developer, those changes are not available to a client, because the solution the server has in mem is older.

To give a client the latest version, you can

Flushing the solution removes the solution from the Server’s memory. If the next client accesses the solution, the solution will be reloaded.

Hope this helps.

Patrick

Thank you.
I will try it…

Cool, it works!