Thanks for the response Hassan..
        I was installing PagaSystems (BPM tool) on tomcat and the
product provided an app that can check the connections and verify Tomcat
environment. Its not able to find datasource. The tool verified all
other environment variable correctly.

I tried using thin, but did not work

Any ideas....?

Regards
Ravi Chittajalu
Ph: 703-516-1172 

-----Original Message-----
From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 06, 2007 12:07 PM
To: Tomcat Users List
Subject: Re: Questions about Tomcat installation on Solaris Platform

On 2/6/07, Chittajalu, Ravi S. <[EMAIL PROTECTED]> wrote:

>                 2. I configured a Database resource name with JNDI
name
> "jdbc/oracle10g", but I do not have a way to test

? Create a JSP with code to open a (non-pooled) connection directly
to confirm your connection parameters. Then you can move on to
getting the JNDI version working.

>                         I gave the
>                          URL :jdbc:oracle:oci:@host:port:SID
>                         Driver as: oracle.jdbc.driver.OracleDriver

And shouldn't that be 'jdbc:oracle:thin' with that driver? based on a
passing acquaintance with Oracle only :-)

FWIW,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to