Re: Antwort: AW: Help! Need connection pooling for tc4.

2002-05-24 Thread Phillip Morelock

http://examples.oreilly.com/jserverpages/

There is a GREAT SQL abstraction package that gives the "appearance" of a
DataSource.  This package rocks.

fillup




On 5/24/02 9:02 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Hallo Ralph,
> 
> thanks for your hint, but I haven't found any reference to tomcat or using a
> connection pool "datasource style" ... The problem is, WebSphere does have
> something like this and the suits are just waiting for an opportunity to move
> our application to WebSphere.
> 
> Our application does rely on having the connections datasource style ;-(
> 
> Bye,
> Mariano
> 
> 
> 
> 
> "Ralph Einfeldt" <[EMAIL PROTECTED]>
> 24.05.2002 15:56
> 
> Bitte antworten an "Tomcat Users List" <[EMAIL PROTECTED]>
> 
> An: "Tomcat Users List" <[EMAIL PROTECTED]>
> Kopie:   (Blindkopie: Mariano Kamp/IEK_EXT/Essen/MCO)
> Thema:  AW: Help! Need connection pooling for tc4.
> 
> 
> 
> 
> 
> Have a look at
> http://www2.gvsu.edu/~millerjr/ResearchPaper.html
> 
>> -Ursprüngliche Nachricht-
>> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>> Gesendet: Freitag, 24. Mai 2002 17:50
>> An: Tomcat Users List
>> Betreff: Help! Need connection pooling for tc4.
>> 
>> Is there any connection
>>   pool (datasource style) available?
> 
> --
> 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: Help! Need connection pooling for tc4.

2002-05-24 Thread Jacob Kjome

Hello Mariano,

I use BitMechanic's JDBCPool
http://www.bitmechanic.com/projects/jdbcpool/

It works great and is very fast.  I have also been trying to use
Tomcat standard pooling mechanism, but haven't been very successful.
I'll be sticking with BitMechanic for now.

Jake

Friday, May 24, 2002, 10:50:01 AM, you wrote:

MKmd> Hi,



MKmd>   we are about to deploy an application to production and just learned that
MKmd>   tomcat 4.0.3 doesn't seem to pool connections. Is there any connection
MKmd>   pool (datasource style) available?



MKmd>   As it is an intrantet application we are about to deploy and we already know
MKmd>   that we will have 700 concurrent users this topic is quite pressing for
MKmd>   us. Any insights will be appreciated.



MKmd>   Btw. I tried tc4.1, but besides printing a message to stdout I get no sign
MKmd>   that it is pooling connections.



MKmd> Cheers,

MKmd> Mariano



MKmd> --
MKmd> To unsubscribe, e-mail:   
MKmd> For additional commands, e-mail: 



-- 
Best regards,
 Jacobmailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Help! Need connection pooling for tc4.

2002-05-24 Thread David Hewlett

I use poolman successfully with tomcat.
Get the source and compile it there is an important bug corrected that is not 
included in the last distribution!

Regards,

David.

On Friday 24 May 2002 3:50 pm, you wrote:
> Hi,
>
>
>
>   we are about to deploy an application to production and just learned that
>   tomcat 4.0.3 doesn't seem to pool connections. Is there any
> connection pool (datasource style) available?
>
>
>
>   As it is an intrantet application we are about to deploy and we already
> know that we will have 700 concurrent users this topic is quite pressing
> for us. Any insights will be appreciated.
>
>
>
>   Btw. I tried tc4.1, but besides printing a message to stdout I get no
> sign that it is pooling connections.
>
>
>
> Cheers,
>
> Mariano

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Antwort: AW: Help! Need connection pooling for tc4.

2002-05-24 Thread Mariano . Kamp

Hallo Ralph,

  thanks for your hint, but I haven't found any reference to tomcat or using a
connection pool "datasource style" ... The problem is, WebSphere does have
something like this and the suits are just waiting for an opportunity to move
our application to WebSphere.

  Our application does rely on having the connections datasource style ;-(

Bye,
Mariano




"Ralph Einfeldt" <[EMAIL PROTECTED]>
24.05.2002 15:56

Bitte antworten an "Tomcat Users List" <[EMAIL PROTECTED]>

An: "Tomcat Users List" <[EMAIL PROTECTED]>
Kopie:   (Blindkopie: Mariano Kamp/IEK_EXT/Essen/MCO)
Thema:  AW: Help! Need connection pooling for tc4.






Have a look at
  http://www2.gvsu.edu/~millerjr/ResearchPaper.html

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 24. Mai 2002 17:50
> An: Tomcat Users List
> Betreff: Help! Need connection pooling for tc4.
>
> Is there any connection
>   pool (datasource style) available?

--
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]>


AW: Help! Need connection pooling for tc4.

2002-05-24 Thread Ralph Einfeldt

Have a look at
  http://www2.gvsu.edu/~millerjr/ResearchPaper.html

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 24. Mai 2002 17:50
> An: Tomcat Users List
> Betreff: Help! Need connection pooling for tc4.
> 
> Is there any connection
>   pool (datasource style) available?

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




Help! Need connection pooling for tc4.

2002-05-24 Thread Mariano . Kamp

Hi,



  we are about to deploy an application to production and just learned that
  tomcat 4.0.3 doesn't seem to pool connections. Is there any connection
  pool (datasource style) available?



  As it is an intrantet application we are about to deploy and we already know
  that we will have 700 concurrent users this topic is quite pressing for
  us. Any insights will be appreciated.



  Btw. I tried tc4.1, but besides printing a message to stdout I get no sign
  that it is pooling connections.



Cheers,

Mariano



--
To unsubscribe, e-mail:   
For additional commands, e-mail: