users@glassfish.java.net

Re: Creating a connection pool in Glassfish

From: Jagadish Prasath Ramu <Jagadish.Ramu_at_Sun.COM>
Date: Fri, 16 Feb 2007 13:40:59 +0530

Hi,
You can use AMX [Application Server Management Extensions] to do this.
For more information about AMX
https://glassfish.dev.java.net/javaee5/amx/docs/amx-impl.html
http://docs.sun.com/app/docs/doc/819-3659/6n5s6m5d5?a=view

Following test might serve as a sample.
http://fisheye5.cenqua.com/browse/glassfish/admin/mbeanapi-impl/tests/com/sun/enterprise/management/config/JDBCConnectionPoolConfigTest.java?r=1.2

Thanks,
-Jagadish


On Wed, 2007-02-14 at 01:52 -0800, glassfish_at_javadesktop.org wrote:
> How want to create a connection pool and deploy it to the server. the user uses a simple awt window to specify the settings. then i need to deploy it to the server from the program itself. is there anyway i can do it. like copying file to a location in the appserver folder or using a Java API to deploy it.
> [Message sent by forum member 'lordhiru' (lordhiru)]
>
> http://forums.java.net/jive/thread.jspa?messageID=203728
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>