Hi,
My question is only partially related to Hibernate, but I hope you already solved this issue.
I'd like to run multiple instances of my web application with different configuration. The same classes (same hibernate mapping), but using different database. Each application instance should have a unique name and I like to make available instances under different context root.
What are your suggestions, what are the best practices to achieve this behavior?
What I already noticed that hibernate doesn't allow to map the same POJO more than one event the database configuration is different.
Basically I'd like to achieve that different application instances "feels" that they are running in separate jvm.
Thanks for advices,
Zsolt
Related
|