Hi to Everyone,
could Someone tell if:
it is possible to connect a solution to a Datatbase Server in a different URL?
Example:
You suppose that You have Your solution on URL 79.5.123.154 in the server user_data. The Database Server URL is configured :
Database Server URL:jdbc:postgresql://localhost:5432/user_data
Now You suppose that You want to connect Your solution to the server user_data in another machine : URL 79.5.123.180.
How to configure The Database Server URL?
No we are talking here about 2 database servers! not two application-servers.
so you have one (servoy) application-server with a localhost database, right?
so you create a database connection, to the localhost database
and you create a database connection to the other database on the other ip-adres.
database connection can be made in developer and they end up in the servoy.properties file.