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 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 oracle.jdbc.OracleDriver
> The URL format is: jdbc:oracle:thin:@<db host address>:<port>:<sid>
> 
> In your code you need to create an instance of the Oracle connection pool
> class.
> 
> I think Oracle10g renamed the jar files to something like ojdbc14.jar.
> 
> HTH


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to