RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Propes, Barry L
(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

RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Caldarale, Charles R
> 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

RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Propes, Barry L
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

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Juha Laiho
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

RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Caldarale, Charles R
> 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.

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
Resource A > > > > > > > > > type="javax.sql.DataSource" driverClassName=" > > > > > oracle.jdbc.driver.OracleDriver" > > > > > url="jdbc:oracle:thin:@192.168.1.244:1521:MIGRA03"

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Martin Gainty
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)

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
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)

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
" > > 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

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Martin Gainty
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

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
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

RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Caldarale, Charles R
> 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

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
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

RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Caldarale, Charles R
> 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 -

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
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

RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Caldarale, Charles R
> 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

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread David Smith
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

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
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, > > > >

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Rainer Jung
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