Re: Poolman Configuration

2002-09-23 Thread Rick Fincher

Is anybody still developing Poolman?  I heard the original developer retired
it.  If you are just starting out you might want to use another connection
pooling package like DBCP in the Jakarta Commons project, so you don't get
locked into a defunct product.

This is from the web site listed on SourceForge as Poolman's home page
(www.codestudio.com):

PoolMan is no longer available or supported through this site. It did
exceedingly well during its lifetime, and I appreciate the important role it
played in so many distributed applications over the past three years. If you
are looking for connection and object pooling mechanisms, they can now be
found in application servers such as JRun, Tomcat and the Jakarta Project,
and other J2EE products and servers.

-PS Neville


Rick

- Original Message -

 Does anyone have poolman successfully configured. If so, please could you
 post your poolman.xml. If you have used it with SQL Server, then that
would
 be perfect.

 Thanks
 Amitabh



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Poolman Configuration

2002-09-23 Thread Amitabh Dubey

DBCP does not work well with SQL Server, so i was told. I guess i will have
to look into some commercial product then. Any suggestions?

Thank you
Amitabh

-Original Message-
From: Rick Fincher [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:06 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: Poolman Configuration


Is anybody still developing Poolman?  I heard the original developer retired
it.  If you are just starting out you might want to use another connection
pooling package like DBCP in the Jakarta Commons project, so you don't get
locked into a defunct product.

This is from the web site listed on SourceForge as Poolman's home page
(www.codestudio.com):

PoolMan is no longer available or supported through this site. It did
exceedingly well during its lifetime, and I appreciate the important role it
played in so many distributed applications over the past three years. If you
are looking for connection and object pooling mechanisms, they can now be
found in application servers such as JRun, Tomcat and the Jakarta Project,
and other J2EE products and servers.

-PS Neville


Rick

- Original Message -

 Does anyone have poolman successfully configured. If so, please could you
 post your poolman.xml. If you have used it with SQL Server, then that
would
 be perfect.

 Thanks
 Amitabh



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Poolman Configuration

2002-09-23 Thread Turner, John


The pooling is usually a feature of the driver you use.  A list of Type 4
JDBC drivers for Microsoft SQL Server, and their vendors, is available on
Sun's site.

John

 -Original Message-
 From: Amitabh Dubey [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 2:11 PM
 To: Tomcat Users List
 Subject: RE: Poolman Configuration
 
 
 DBCP does not work well with SQL Server, so i was told. I 
 guess i will have
 to look into some commercial product then. Any suggestions?
 
 Thank you
 Amitabh
 
 -Original Message-
 From: Rick Fincher [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 1:06 PM
 To: Tomcat Users List; [EMAIL PROTECTED]
 Subject: Re: Poolman Configuration
 
 
 Is anybody still developing Poolman?  I heard the original 
 developer retired
 it.  If you are just starting out you might want to use 
 another connection
 pooling package like DBCP in the Jakarta Commons project, so 
 you don't get
 locked into a defunct product.
 
 This is from the web site listed on SourceForge as Poolman's home page
 (www.codestudio.com):
 
 PoolMan is no longer available or supported through this site. It did
 exceedingly well during its lifetime, and I appreciate the 
 important role it
 played in so many distributed applications over the past 
 three years. If you
 are looking for connection and object pooling mechanisms, 
 they can now be
 found in application servers such as JRun, Tomcat and the 
 Jakarta Project,
 and other J2EE products and servers.
 
 -PS Neville
 
 
 Rick
 
 - Original Message -
 
  Does anyone have poolman successfully configured. If so, 
 please could you
  post your poolman.xml. If you have used it with SQL Server, 
 then that
 would
  be perfect.
 
  Thanks
  Amitabh
 
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Poolman Configuration

2002-09-23 Thread Rick Fincher

Hi Amitabh,

A lot of folks seem to like Tyrex, but it may be overkill for you.
SourceForge has one project called Proxool, that may be useful.  The project
is active (released new version on 9/20/02), and seems well documented.

Search for pooling on www.sourceforge.net for a list of projects (many of
these are object pools not JDBC pools specifically).

I can't say personally, I haven't used either of these, though.


- Original Message -

 DBCP does not work well with SQL Server, so i was told. I guess i will
have
 to look into some commercial product then. Any suggestions?

 Thank you
 Amitabh

 -Original Message-


 Is anybody still developing Poolman?  I heard the original developer
retired
 it.  If you are just starting out you might want to use another connection
 pooling package like DBCP in the Jakarta Commons project, so you don't get
 locked into a defunct product.

 This is from the web site listed on SourceForge as Poolman's home page
 (www.codestudio.com):

 PoolMan is no longer available or supported through this site. It did
 exceedingly well during its lifetime, and I appreciate the important role
it
 played in so many distributed applications over the past three years. If
you
 are looking for connection and object pooling mechanisms, they can now be
 found in application servers such as JRun, Tomcat and the Jakarta Project,
 and other J2EE products and servers.

 -PS Neville


 Rick

 - Original Message -

  Does anyone have poolman successfully configured. If so, please could
you
  post your poolman.xml. If you have used it with SQL Server, then that
 would
  be perfect.
 
  Thanks
  Amitabh



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Poolman Configuration

2002-09-23 Thread Dennis Muhlestein

We use DBCP with SQL Server and haven't had a single problem.  Am I
missing something or are you?

-Dennis

On Mon, 2002-09-23 at 12:11, Amitabh Dubey wrote:
 DBCP does not work well with SQL Server, so i was told. I guess i will have
 to look into some commercial product then. Any suggestions?
 
 Thank you
 Amitabh
 
 -Original Message-
 From: Rick Fincher [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 1:06 PM
 To: Tomcat Users List; [EMAIL PROTECTED]
 Subject: Re: Poolman Configuration
 
 
 Is anybody still developing Poolman?  I heard the original developer retired
 it.  If you are just starting out you might want to use another connection
 pooling package like DBCP in the Jakarta Commons project, so you don't get
 locked into a defunct product.
 
 This is from the web site listed on SourceForge as Poolman's home page
 (www.codestudio.com):
 
 PoolMan is no longer available or supported through this site. It did
 exceedingly well during its lifetime, and I appreciate the important role it
 played in so many distributed applications over the past three years. If you
 are looking for connection and object pooling mechanisms, they can now be
 found in application servers such as JRun, Tomcat and the Jakarta Project,
 and other J2EE products and servers.
 
 -PS Neville
 
 
 Rick
 
 - Original Message -
 
  Does anyone have poolman successfully configured. If so, please could you
  post your poolman.xml. If you have used it with SQL Server, then that
 would
  be perfect.
 
  Thanks
  Amitabh
 
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Poolman Configuration

2002-09-23 Thread Mike Jackson

Poolman is on sourceforge now.  I don't know if any active development
is occuring or not, but it runs extremely well for me.

--mikej
-=-
mike jackson
[EMAIL PROTECTED]

-Original Message-
From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:33 PM
To: [EMAIL PROTECTED]
Subject: RE: Poolman Configuration


We use DBCP with SQL Server and haven't had a single problem.  Am I
missing something or are you?

-Dennis

On Mon, 2002-09-23 at 12:11, Amitabh Dubey wrote:
 DBCP does not work well with SQL Server, so i was told. I guess i will
have
 to look into some commercial product then. Any suggestions?

 Thank you
 Amitabh

 -Original Message-
 From: Rick Fincher [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 1:06 PM
 To: Tomcat Users List; [EMAIL PROTECTED]
 Subject: Re: Poolman Configuration


 Is anybody still developing Poolman?  I heard the original developer
retired
 it.  If you are just starting out you might want to use another connection
 pooling package like DBCP in the Jakarta Commons project, so you don't get
 locked into a defunct product.

 This is from the web site listed on SourceForge as Poolman's home page
 (www.codestudio.com):

 PoolMan is no longer available or supported through this site. It did
 exceedingly well during its lifetime, and I appreciate the important role
it
 played in so many distributed applications over the past three years. If
you
 are looking for connection and object pooling mechanisms, they can now be
 found in application servers such as JRun, Tomcat and the Jakarta Project,
 and other J2EE products and servers.

 -PS Neville


 Rick

 - Original Message -

  Does anyone have poolman successfully configured. If so, please could
you
  post your poolman.xml. If you have used it with SQL Server, then that
 would
  be perfect.
 
  Thanks
  Amitabh



 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]



 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Poolman Configuration

2002-09-23 Thread Mike Jackson

Use poolman.  Poolman good.  If you can wait until next week I can send you
a copy of my config file (out of the office until then).  And I'll even
throw in a sql server example as well (even though I use Oracle primarily).

--mikej
-=-
mike jackson
[EMAIL PROTECTED]

-Original Message-
From: Amitabh Dubey [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 11:11 AM
To: Tomcat Users List
Subject: RE: Poolman Configuration


DBCP does not work well with SQL Server, so i was told. I guess i will have
to look into some commercial product then. Any suggestions?

Thank you
Amitabh

-Original Message-
From: Rick Fincher [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:06 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: Poolman Configuration


Is anybody still developing Poolman?  I heard the original developer retired
it.  If you are just starting out you might want to use another connection
pooling package like DBCP in the Jakarta Commons project, so you don't get
locked into a defunct product.

This is from the web site listed on SourceForge as Poolman's home page
(www.codestudio.com):

PoolMan is no longer available or supported through this site. It did
exceedingly well during its lifetime, and I appreciate the important role it
played in so many distributed applications over the past three years. If you
are looking for connection and object pooling mechanisms, they can now be
found in application servers such as JRun, Tomcat and the Jakarta Project,
and other J2EE products and servers.

-PS Neville


Rick

- Original Message -

 Does anyone have poolman successfully configured. If so, please could you
 post your poolman.xml. If you have used it with SQL Server, then that
would
 be perfect.

 Thanks
 Amitabh



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Poolman Configuration

2002-09-23 Thread Amitabh Dubey

Would you be able to tell me how i should tie poolman to tomcat.  this is
what my server.xml looks like
ResourceParams name=SQLServerDS
  parameter
namevalidationQuery/name
value/value
  /parameter
  parameter
nameuser/name
valuesa/value
  /parameter
  parameter
namemaxWait/name
value5000/value
  /parameter
  parameter
namemaxActive/name
value5/value
  /parameter
  parameter
namepassword/name
valuesa/value
  /parameter
  parameter
nameurl/name

valuejdbc:microsoft:sqlserver://dnas07:1113;DatabaseName=Northwind/value
  /parameter
  parameter
namedriverClassName/name
valuecom.codestudio.sql.PoolMan/value
  /parameter
  parameter
namemaxIdle/name
value10/value
  /parameter
/ResourceParams

But tomcat still seems to use the DBCP factory. What do i need to change in
the above code in order to make tomcat use poolman.

i neeed to have a module ready by end of the week and hence the hurry.

Thanks a ton
Amitabh

-Original Message-
From: Mike Jackson [mailto:
Sent: Monday, September 23, 2002 5:28 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Poolman Configuration


Use poolman.  Poolman good.  If you can wait until next week I can send you
a copy of my config file (out of the office until then).  And I'll even
throw in a sql server example as well (even though I use Oracle primarily).

--mikej
-=-
mike jackson
[EMAIL PROTECTED]

-Original Message-
From: Amitabh Dubey [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 11:11 AM
To: Tomcat Users List
Subject: RE: Poolman Configuration


DBCP does not work well with SQL Server, so i was told. I guess i will have
to look into some commercial product then. Any suggestions?

Thank you
Amitabh

-Original Message-
From: Rick Fincher [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 1:06 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: Poolman Configuration


Is anybody still developing Poolman?  I heard the original developer retired
it.  If you are just starting out you might want to use another connection
pooling package like DBCP in the Jakarta Commons project, so you don't get
locked into a defunct product.

This is from the web site listed on SourceForge as Poolman's home page
(www.codestudio.com):

PoolMan is no longer available or supported through this site. It did
exceedingly well during its lifetime, and I appreciate the important role it
played in so many distributed applications over the past three years. If you
are looking for connection and object pooling mechanisms, they can now be
found in application servers such as JRun, Tomcat and the Jakarta Project,
and other J2EE products and servers.

-PS Neville


Rick

- Original Message -

 Does anyone have poolman successfully configured. If so, please could you
 post your poolman.xml. If you have used it with SQL Server, then that
would
 be perfect.

 Thanks
 Amitabh



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Poolman Configuration

2002-09-23 Thread Amitabh Dubey

If you have a snippet of the server.xml file that uses DBCP, please could
you post it here. Although I think i got DBCP to work with SQLServer,
pooling was not being used. The reason i say this is because, i had set my
maxActive to 7 and my pool kept growing.

I would really appreciate it if you could post your server.xml here.

Thanks
Amitabh

-Original Message-
From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 3:33 PM
To: [EMAIL PROTECTED]
Subject: RE: Poolman Configuration


We use DBCP with SQL Server and haven't had a single problem.  Am I
missing something or are you?

-Dennis

On Mon, 2002-09-23 at 12:11, Amitabh Dubey wrote:
 DBCP does not work well with SQL Server, so i was told. I guess i will
have
 to look into some commercial product then. Any suggestions?

 Thank you
 Amitabh

 -Original Message-
 From: Rick Fincher [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 23, 2002 1:06 PM
 To: Tomcat Users List; [EMAIL PROTECTED]
 Subject: Re: Poolman Configuration


 Is anybody still developing Poolman?  I heard the original developer
retired
 it.  If you are just starting out you might want to use another connection
 pooling package like DBCP in the Jakarta Commons project, so you don't get
 locked into a defunct product.

 This is from the web site listed on SourceForge as Poolman's home page
 (www.codestudio.com):

 PoolMan is no longer available or supported through this site. It did
 exceedingly well during its lifetime, and I appreciate the important role
it
 played in so many distributed applications over the past three years. If
you
 are looking for connection and object pooling mechanisms, they can now be
 found in application servers such as JRun, Tomcat and the Jakarta Project,
 and other J2EE products and servers.

 -PS Neville


 Rick

 - Original Message -

  Does anyone have poolman successfully configured. If so, please could
you
  post your poolman.xml. If you have used it with SQL Server, then that
 would
  be perfect.
 
  Thanks
  Amitabh



 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]



 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]