first multideveloper:
you need this:
One servoy application server started.
2 or more servoy developers.
all these instances need to point to the same database. So the application server and the developer must all have the same configuration for the repository connection. And the data connections should also be shared. (only then you get also the column changes that others do)
If you start the application server on a same machine you also want to start the developer. The developer services (the http service inside the developer see preferences) should be disabled. Because else they would clash with the application server.
The application server needs to fill in one thing: servoy.multideveloper.address and that is the dns or ip address of the Application server itself! Not the database server no from itself.
Disable ssl and 2 way socket (this will be improved in the next beta)
Add admin users for the developers, so that the developers can login.
then restart the application server once.
After this start the developers that also point to the same database repository as the application server. The developer should come up with a username/password question. You should be able to login with the admin users you just made.
thats it,