Hi all,
We have a webapp, which will be deployed for hundreds of clients. The point is that each client will have his database, so we will have hundreds of hibernate configurations.
At the moment, we are planning to have one WAR for each client (so the hibernate configured for his database). But this implies to have 200 Webapp in a TomCat, or several TomCats, or several servers...
Would it be possible to have only one TomCat, one WAR, and to configure différent hibernate sessions, pointing to different databases, and using the good session on the user's login ?
As we would have only 3 or 4 users per clients, the final number of users of this only Webapp will be 600 to 800 users.
Thanks for your help,
Michaël.
|