If you have a J2EE application client, you can configure it with what
appears to be a regular pool but it actually creates the pool on the
client side which creates connections from the client to the database
without interacting with the app server at all.

We don't yet have the kind of remote JDBC wrapper you're talking
about, and we also don't have anything that a non-J2EE client can take
advantage of.  Patches would be appreciated.  :)

Thanks,
    Aaron

On 2/23/06, Krishnakumar B <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can i get a JDBC Connection for a remote java application from Geronimo Pool?
>
> I saw this listed as a requirement in Road Map. ( A JDBC network
> wrapper allowing a remote client to access a JDBC pool running in the
> server )
>
> In case this needs to be provided would the approach be as follows.
>
> * Provide Context Factory that implements InitialContextFactory
>
> Weblogic provides this option for clients to get a connection from
> pool in server.
>
> Regards
> Krish
>

Reply via email to