Problem configuring JNDI DataSource for Oracle

2006-06-22 Thread Ashvini K Saxena
configuration? Thanks and Regards, Ashvini K Saxena -- Ashvini K Saxena [EMAIL PROTECTED] -- http://www.fastmail.fm - IMAP accessible web-mail - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: Problem configuring JNDI DataSource for Oracle

2006-06-22 Thread Ashvini K Saxena
be jdbc:oracle:thin:[EMAIL PROTECTED]:1521/rep With that change, it worked! Ashvini On Thu, 22 Jun 2006 23:40:42 +0530, Ashvini K Saxena [EMAIL PROTECTED] said: I am trying to use a datasource to access an Oracle database (Tomcat 5.5.9 and Oracle 9i). I have configured a datasource in the context.xml

Re: Problem configuring JNDI DataSource for Oracle

2006-06-22 Thread Ashvini K Saxena
Nope, with that it only gives a proper error message, Invalid connection string format, a valid format is: host:port:sid On Fri, 23 Jun 2006 00:48:54 +0530, Ashvini K Saxena [EMAIL PROTECTED] said: I figured it out. I had followed Tomcat documentation while doing this. The Oracle example