Developer and Server Conflict

If you are running Server and Developer on the same machine the two application exchange license keys. This invalidates the keys so it gives the message that you are running a trial license. It would be nice to run the developer and server on the same machine.

John McCann
Servoy 2.1 beta 4+
Windows

that is possible only you have to have 2 installs then (both pointing to the same databases ofcourse)

in 2.1b5 you have this option now:

java -Dproperty-file=my_servoy_properties_file.properties -jar servoy_developer.jar

So that you can point to a different properties file.

Thanks,

John McCann