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