users@glassfish.java.net

Re: Twice the same application on GFv2ur2

From: Bhaarat Sharma <bhaarat.s_at_gmail.com>
Date: Wed, 17 Mar 2010 12:44:19 -0400

can you not just deploy the EAR on a different classpath? you will ofcourse
have to change the DB connections settings in your code and create new ones
that point to Database B

On Wed, Mar 17, 2010 at 12:21 PM, Markus Karg <karg_at_quipsy.de> wrote:

> Dear Community,
>
>
>
> one of our customers asked whether the following scenario is possible and
> how to set this up:
>
>
>
> One GlassFish instance on a server serving the same EAR (Swing Frontend in
> ACC, MDBs and SLSBs using JPA to the backend) for two groups of clients.
> Everything is the same for the groups, but not the database connection. That
> means: Group A's EJBs will run against Database A, while Group B's EJBs will
> run against Database B. You can think of the scenario like to different
> companies running the same application, but want to share one server engine
> to spare administrative costs.
>
>
>
> What do we have to do to make that work for the customer? Possible "Group"
> is nothing else but a Domain in GF terminology?
>
>
>
> Would be great if there would be some whitepaper describing what the
> correct steps are.
>
>
>
> Thanks
>
> Markus
>