small correction: putting inside server.xml is not recommended
since v5.0, not 5.5
> -Original Message-
> From: Steve Kirk [mailto:[EMAIL PROTECTED]
> Sent: Wednesday 27 October 2004 13:14
> To: 'Tomcat Users List'
> Subject: RE: Database connection pooling
see my post from yesterday "RE: JNDI DataSource GlobalResources problem" :)
This exception means that TC cannot find your Resource.
Your only guess is correct! Put your in either
webapps/yourwebapp/META_INF/context.xml (if you are deploying in a
war)
or
conf/Catalina/localhost/yo
looks like you are using the 5.0 docs rather than 5.5
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html
...
...
Allistair
> -Original Message-
> From: Nat Titman [mailto:[EMAIL PROTECTED]
> Sent: 27 October 2004 12:22
> To: [EMAIL PROTECTED]
> S
Oops,
yes that was a typo (phpdev423 is in the same directory with installers ;-))).
greetz
Hans
At 08:51 AM 7/29/2003 -0400, Shapira, Yoav wrote:
Howdy,
Why did you upgrade to 4.1.23? Or was that just a typo
and you're really using 4.1.24 (as you should be)? ;)
Yoav Shapira
Millennium ChemInform
Howdy,
Why did you upgrade to 4.1.23? Or was that just a typo
and you're really using 4.1.24 (as you should be)? ;)
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Hans Wichman [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 29, 2003 3:38 AM
>To: [EMAIL PROTECTED]
>Su
I use the connection pool that comes with Tomcat 4.1.12 to connect my servlets
to an IBM DB2 7.1 database and apart an initial problem in configuring Tomcat all
works fine.
Greetings
Mauro Brändle
Andoni wrote:
> Hello,
>
> Do you all write your own connection pooling code or is there some open
Andoni:
Tomcat 4.1.x uses the Database Connection Pool from the Apache Commons
Project.
by default, meaning it is also "shipped" with it.
This is what I have been using and have not come across any problems that
effect
the web applications I develop.
Thanks,
Ej
"Andoni" <[EMAIL PROTECTED]>
Gerry
Have you had a look at:
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html
Tyrex and all...
I think this should help, unless I am missing something completely..
cheers
Sanjay
-Original Message-
From: Gerry Duhig [mailto:[EMAIL PROTECTED]]
Sent: Wednesday,
The bitmechanic connection pool is excellent. Easy to use
and free, opensource.
What more does anyone want?
Dave
- Original Message -
From: "Edson Carlos Ericksson Richter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 12, 2000 3:12 PM
Subject: RES: Database connec
ss is that
PoolMan preloads all the configured databases even though you may never use
them.
-- Mike
- Original Message -
From: "Julio Serje (@canada.com)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 22, 2000 11:50 AM
Subject: Re: Database con
> What am I missing any help would be appreciated !!
>
> Question 1 Has anyone got this working ?
Yep
> Question 2 What is the best way to do connection pooling with tomcat ?
*shrug* I use PoolMan 1.4 too.
> P.S.
> I tired running the test PoolMan.jsp util page they provide and
> got this belo
Hi, Kaushal,
I haven't used that specific conn pool, but looks like that you are having a
CLASSPATH problem.
- first, make sure that your drivers (and your poolmanager jars) are
available using the global classpath of Tomcat. You'll have to modify
startup.sh in order to include them in the class
- Original Message -
From: Kaushal Patel <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 22, 2000 10:46 AM
Subject: Database connection pooling with tomcat
>
>
> Question What is the best way to do connection pooling to
> multiple oracle database
13 matches
Mail list logo