Using Derby I have no problem running the application which I deployed onto
the DAS which then replicated across the clustered nodes. Excellent stuff
from glassfish.
However for further development I wish to use Oracle, and need to make the
Oracle drivers available across the clustered nodes. I
followed http://download.oracle.com/docs/cd/E18930_01/html/821-2418/beadh.html#gcrnt
[2] "Sharing libraries across a cluster" to try and make the ojdbc6.jar
available on the other nodes, but to no avail. I tried copying the jar into
C:\glassfish3\glassfish\domains\CentralDAS\config\cluster1-config\lib and
ext and classes sub directories of this directory. I then restarted the DAS
and the cluster, but to no avail. I even tried update-node-config to no
avail.
Is the intention that I delete and recreate the nodes? What am I doing wrong?