Re: How to add/remove DataSource dynamically to a running Tomcat/WebApp

2011-08-18 Thread Mikolaj Rydzewski
On Thu, 18 Aug 2011 10:08:59 +0200, Laurent Fournie wrote: I'm trying to do that programmatically, for each new tenant added to my system, I would like to add the corresponding resource-ref, ResourceLink and Resource dynamically using some code running inside my Administration WebApp. I'd ra

How to add/remove DataSource dynamically to a running Tomcat/WebApp

2011-08-18 Thread Laurent Fournie
I'm building a multi-tenant WebApp. For ease of maintenance and operation, I would like to have a single WebApp (WAR) in a single Tomcat instance (JVM process) handling the requests of all tenants. Tenants (my customers) can be added and removed dynamically in the system (using an Administration