users@glassfish.java.net

Re: JDBC connection in failover

From: Jagadish Prasath Ramu <Jagadish.Ramu_at_Sun.COM>
Date: Fri, 06 Jun 2008 16:19:14 +0530

I guess, you have enabled jdbc-resource for the cluster.
Each instance in the cluster will have a pool created specifically for
that instance. So, the requests (failed-over) in the new instance will
start using the pool available in the new instance.

Thanks,
-Jagadish


On Fri, 2008-06-06 at 19:05 +0900, 真嶌 晋 wrote:
> Hello Forks,
>
> I wonder how GF works about JDBC connection in failover.
>
> When I configure clusters and one instance fails how GF acts concerning with JDBC.
> I mean JDBC connection on failed instance is copied to another instance.
> Does anyone answer my question ?
>
> Thanks in advance,
>
> Susumu Majima
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>