I 've build an app using SmartGwt.
In the server.properties file, the mysql login info resides.
What if I would allow different customers to create their own instance of the application? That is, they share the same code base, but have their own database settings.
How to set this programmatically? Is this a recommended way to do things in the first place?
In the server.properties file, the mysql login info resides.
What if I would allow different customers to create their own instance of the application? That is, they share the same code base, but have their own database settings.
How to set this programmatically? Is this a recommended way to do things in the first place?
Comment