RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread spammemothers
Sorry to go on but I'm completely stumped, has anyone come across this problem using Oracle 9 with tomcat 5? -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 24 October 2004 12:17 To: Tomcat Users List Subject: RE: Does Oracle 9i thin jdbc driver work in Tomcat 5

Re: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Dov Rosenberg
I have successfully used Oracle 9 with JBoss, Jrun, and Tomcat. I don't remember any specific differences between the JNDI configurations. Make sure that you have the classes12.jar, nls_charset12.jar files in your runtime classpath, i.e. /WEB-INF/lib or somewhere else. The driver class is

Re: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Ben Souther
I believe (and I'm sure I'll be corrected if I'm wrong), the drivers need to go into commmon/lib so that the container can access them. On Mon, 2004-10-25 at 08:13, Dov Rosenberg wrote: I have successfully used Oracle 9 with JBoss, Jrun, and Tomcat. I don't remember any specific differences

Re: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Ben Souther
On Mon, 2004-10-25 at 08:21, Ben Souther wrote: I believe (and I'm sure I'll be corrected if I'm wrong), the drivers need to go into commmon/lib so that the container can access them. If you're having Tomcat manage your connection pool, that is.. On Mon, 2004-10-25 at 08:13, Dov Rosenberg

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Shapira, Yoav
Hi, I use Oracle 9 with Tomcat 5, using DBCP, following the docs in the JNDI DataSources how-to, no problem. I use the ojdbc14.jar drivers, like you, but the classes12 ones also work, albeit slower. I haven't seen the NPE you quote below. Yoav Shapira http://www.yoavshapira.com -Original

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Phillip Qin
What arr your Resource and ResourceParams? -Original Message- From: Adrian Harrison [mailto:[EMAIL PROTECTED] Sent: October 23, 2004 12:28 PM To: [EMAIL PROTECTED] Subject: Does Oracle 9i thin jdbc driver work in Tomcat 5? using tomcat 5.0.28, oracle 9.2.1.0 on windows 2000 (sp4)

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread spammemothers
-authContainer/res-auth /resource-ref Hope this helps? Thanks harry -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 25 October 2004 15:25 To: 'Tomcat Users List' Subject: RE: Does Oracle 9i thin jdbc driver work in Tomcat 5? What arr your Resource and ResourceParams

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Shapira, Yoav
Hi, Add a factory ResourceParam as shown in the docs. Yoav Shapira http://www.yoavshapira.com -Original Message- From: spammemothers [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 12:14 PM To: 'Tomcat Users List' Subject: RE: Does Oracle 9i thin jdbc driver work in Tomcat 5

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread spammemothers
] Sent: 25 October 2004 17:20 To: Tomcat Users List Subject: RE: Does Oracle 9i thin jdbc driver work in Tomcat 5? Hi, Add a factory ResourceParam as shown in the docs. Yoav Shapira http://www.yoavshapira.com -Original Message- From: spammemothers [mailto:[EMAIL PROTECTED] Sent

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Phillip Qin
: RE: Does Oracle 9i thin jdbc driver work in Tomcat 5? Added the factory bit still not working - prd.xml now is- Context path=/PRD docBase=PRD debug=0 privileged=true Resource name=PRDConnectionPool auth=Container type=javax.sql.DataSource/ ResourceParams

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread spammemothers
PROTECTED] Sent: 25 October 2004 17:43 To: 'Tomcat Users List' Subject: RE: Does Oracle 9i thin jdbc driver work in Tomcat 5? Can you give classes12.jar a try so we can isolate the problem of ojdbc14. I use the jdbc driver come with oracle 9i release 2. The name is classes12.zip. -Original

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Graff, David
Users List' Subject: RE: Does Oracle 9i thin jdbc driver work in Tomcat 5? Copied classes111.jar, classes12.jar, nls_charset11.jar, nls_charset12.jar from ora92\jdbc\lib directory to jakarta-tomcat-5.0.28\common\lib directory - also deleted ojdbc14.jar from this dir - NullPointerException still

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread spammemothers
[mailto:[EMAIL PROTECTED] Sent: 25 October 2004 17:54 To: 'Tomcat Users List' Subject: RE: Does Oracle 9i thin jdbc driver work in Tomcat 5? in your jdbc url, lose the prd_owner ... parameter nameurl/name valuejdbc:oracle:thin:@127.0.0.1:1521:dev/value

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-24 Thread spammemothers
Please is anyone using Oracle 9 with tomcat 5? - I've really hit a brick wall here still have no idea if it's my fault or it just doesn't work! I just want to setup a connection pool of Oracle 9 thin JDBC connections! Thanks harry -Original Message- From: spammemothers [mailto:[EMAIL

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-24 Thread Dale, Matt
I'm fairly sure that there are people using it but you may have to wait until it's not the weekend for you get an answer. -Original Message- From: spammemothers [mailto:[EMAIL PROTECTED] Sent: 24 October 2004 12:13 To: 'Tomcat Users List' Subject: RE: Does Oracle 9i thin jdbc driver