How do I install a jdbc driver in JBOSS 6

700 views Asked by At

I am running JBOSS Enterprise Application Server 6.2.0 I have downloaded the oracle jdbc driver (ojdbc6.jar)

I am looking at the JBOSS documenataion (JBOSS Admin & Config 6.2.1) but I am confused because there is no step to install the driver. It just points to Section 10.2.2 and says to enable the App.

I am not opposed to installing the driver manually, but I can't tell if section 6.2.2 of the doc is an alternate or a subsequent step.

Thanks.

UPDATE: Turns out this is a duplicate of this other SO question which points to another thread at middlewaremagic.com which explains the process.

1

There are 1 answers

0
Rami On

You'll need to copy the JAR file(s) to JBOSS/Lib

Check Where to put a shared library in JBoss AS 5?