Re: tomcat oracle jdbc pooling

2004-10-11 Thread Bj
r.parseInt(application.getInitParameter("maxStatements")); -Original Message- From: Bj [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 9:30 AM To: Tomcat Users List Subject: Re: tomcat oracle jdbc pooling hi, I'm using simple OracleDatasource and I want to activate OracleDataSour

RE: tomcat oracle jdbc pooling

2004-10-11 Thread David Short
9:30 AM To: Tomcat Users List Subject: Re: tomcat oracle jdbc pooling hi, I'm using simple OracleDatasource and I want to activate OracleDataSource.setMaxStatements() and OracleDataSource.setImplicitCachingEnabled() through tomcat server.xml or application web.xml. For tomcat 5.0.19, when I

Re: tomcat oracle jdbc pooling

2004-10-11 Thread Bj
hi, I'm using simple OracleDatasource and I want to activate OracleDataSource.setMaxStatements() and OracleDataSource.setImplicitCachingEnabled() through tomcat server.xml or application web.xml. For tomcat 5.0.19, when I add parameters in web.xml or server.xml it doesn't work. I've tried in

RE: tomcat oracle jdbc pooling

2004-10-11 Thread David Short
maxLimit 50 jdbc/WEBAPPNameHere javax.sql.DataSource Container -Original Message- From: Bj [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 6:49 AM To: Tomcat Users List Subject: Re: tomcat oracle jdbc pooling I've tried but I didn&#x

AutoReply: Re: tomcat oracle jdbc pooling

2004-10-11 Thread tester
Hello "Tomcat Users List" <[EMAIL PROTECTED]>, This refers to your mail with subject as "Re: tomcat oracle jdbc pooling". Thank you for sending your CV and registering with A.S. Consultancy Services. Our team will review your CV and match it against current requ

Re: tomcat oracle jdbc pooling

2004-10-11 Thread Bj
I've tried but I didn't manage to set these parameters in the server.xml tomcat file. I can do this in the java code but it increases oracle dependancy and I would like to avoid that. Bj David Smith a écrit : I'll go on a limb here. I just started actually reading the fantastic docs on JDBC.

AutoReply: Re: tomcat oracle jdbc pooling

2004-10-11 Thread tester
Hello "Tomcat Users List" <[EMAIL PROTECTED]>, This refers to your mail with subject as "Re: tomcat oracle jdbc pooling". Thank you for sending your CV and registering with A.S. Consultancy Services. Our team will review your CV and match it against current requ

Re: tomcat oracle jdbc pooling

2004-10-11 Thread David Smith
I'll go on a limb here. I just started actually reading the fantastic docs on JDBC. Been using databases essentially by example for a couple years now. It looks like you're replacing the DBCP datasource with the Oracle pooling datasource. In that case you should take a look at the setters f