Tying to get two Servoy Server running on one Windows Server 2000.
Made two Servoy Installations Servoy_A and Servoy_B.
Point them to different http Ports. 8080 and 8081
Setup different Database Servers.
But the second starting Server shows the repository, tables and content of the first started one, even the developers and also the servoy-admin shows different URL´s.
these url’s use the same port numbers, so if you installed two different database engines they will be running on different port numbers and your jdbc urls should reflect that.
As you have 2 sybase.config files, I think you’re runnign 2 sybase database engines
If you didn’t take care of running them on a different port and making sure in Servoy that you connect to the proper database on the right port, then it is pretty obvious that it won’t work.
Paul
Hello Paul,
thank you, checking the config files.
So I changed the installation this way, just one sybase database engine is running.
Looks like it running fine now.