(Oracle) JNDI
> From: Propes, Barry L [mailto:[EMAIL PROTECTED]
> Subject: RE: Datasource Property Parameters (Oracle) JNDI
>
> how are those even different? Aside from the username?
They look very different to me.
> >>> Resource A
> type="javax.s
> From: Propes, Barry L [mailto:[EMAIL PROTECTED]
> Subject: RE: Datasource Property Parameters (Oracle) JNDI
>
> how are those even different? Aside from the username?
They look very different to me.
> >>> Resource A
> type="javax.s
how are those even different? Aside from the username?
-Original Message-
From: Andrew Hole [mailto:[EMAIL PROTECTED]
Sent: Friday, January 11, 2008 9:14 AM
To: Tomcat Users List
Subject: Re: Datasource Property Parameters (Oracle) JNDI
Well, REsource A works nice. When I startup Tomcat
Berglas, Anthony wrote:
I am trying to set up 0racle connection pooling. Some of the
parameters are reflected normally, but some are specified via a property
lists. How do I set the property list properties using Tomcat/JNDI? I
can set up the basic DataSource, but I cannot set the maxLimit pa
> From: Andrew Hole [mailto:[EMAIL PROTECTED]
> Subject: Re: Datasource Property Parameters (Oracle) JNDI
>
> Well, REsource A works nice. When I startup Tomcat, are created 5 new
> database connections.
> Resource B allows connections to be created, but without pooling.
Resource A
> > > > > > > > > type="javax.sql.DataSource" driverClassName="
> > > > > oracle.jdbc.driver.OracleDriver"
> > > > > url="jdbc:oracle:thin:@192.168.1.244:1521:MIGRA03"
did you verify the listener on port 1521 is listening?
netstat -a | grep 1521
M--
- Original Message -
From: "Andrew Hole" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, January 11, 2008 11:08 AM
Subject: Re: Datasource Property Parameters (Oracle)
uot;jdbc/ehr"
> >
> > M-
> > - Original Message -
> > From: "Andrew Hole" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List"
> > Sent: Friday, January 11, 2008 10:14 AM
> > Subject: Re: Datasource Property Parameters (Oracle)
"
>
> M-
> - Original Message -
> From: "Andrew Hole" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Friday, January 11, 2008 10:14 AM
> Subject: Re: Datasource Property Parameters (Oracle) JNDI
>
>
> > Well, REsource A wor
Andrew-
is there a specific reason why you are using name="ehr" instead of
specifying name="jdbc/ehr"
M-
- Original Message -
From: "Andrew Hole" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, January 11, 2008 10:14 AM
Subject: Re
M, Caldarale, Charles R <[EMAIL PROTECTED]>
wrote:
> > From: Andrew Hole [mailto:[EMAIL PROTECTED]
> > Subject: Re: Datasource Property Parameters (Oracle) JNDI
> >
> > I don't see examples with initial size of pool! Exists some default
> > value for pool initial
> From: Andrew Hole [mailto:[EMAIL PROTECTED]
> Subject: Re: Datasource Property Parameters (Oracle) JNDI
>
> I don't see examples with initial size of pool! Exists some default
> value for pool initial size??
To quote from the doc:
"See the DBCP documentati
I don't see examples with initial size of pool! Exists some default
value for pool initial size??
On Jan 11, 2008 2:27 PM, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
> > From: Andrew Hole [mailto:[EMAIL PROTECTED]
> > Subject: Re: Datasource Property Parameters (Ora
> From: Andrew Hole [mailto:[EMAIL PROTECTED]
> Subject: Re: Datasource Property Parameters (Oracle) JNDI
>
> Could you help me to setup my datasource to works fine?
The instructions are here:
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.h
tml
-
Could you help me to setup my datasource to works fine? I already try
lot of changes on Resource element, but pooling is disable.
Thanks a lot
On Jan 11, 2008 1:55 PM, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
> > From: Berglas, Anthony [mailto:[EMAIL PROTECTED]
> > Subject: Datasource
> From: Berglas, Anthony [mailto:[EMAIL PROTECTED]
> Subject: Datasource Property Parameters (Oracle) JNDI
This doesn't resolve your problem, but you have errors in your KMS.xml
file.
> crossContext="true">
Assuming you're using a reasonably current version of Tomcat (you didn't
explicitly tel
Be careful of your attribute names as case matters. Attribute names =
class property names and class properties are usually referred to with a
lower case first letter as in initialLimit="5", not InitialLimit="5".
--David
Andrew Hole wrote:
Hello!
I think that I have the same problem.
Wh
Hello!
I think that I have the same problem.
What you are saying is that i can't use pooling on Tomcat/JNDI or only
in case of oracle.jdbc.pool.OracleDataSourceFactory?
Thanks a lot
On Jan 11, 2008 11:29 AM, Rainer Jung <[EMAIL PROTECTED]> wrote:
> Berglas, Anthony wrote:
> > Hello,
> >
> >
Berglas, Anthony wrote:
Hello,
I am trying to set up 0racle connection pooling. Some of the
parameters are reflected normally, but some are specified via a property
lists. How do I set the property list properties using Tomcat/JNDI? I
can set up the basic DataSource, but I cannot set the max
19 matches
Mail list logo