Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziThe details of the database and path has much to do with the driver you are using, so I would first look at the documentation on the Node and the JDBC driver documentation.
The driver doc should provide you with the information you need to populate the two parameters, DbUrl and DbDriver, using the database information (machine name or ip address, probably).
As to where you want to put the driver, go to the install directory, there should be a lib/java directory. Create the directory "ext" under lib/java (if it isn't already there), and you can put the driver jar file there. In some older installations, there is a Java/lib directory in the install directory, instead of lib/java, but similarly, you would create a Java/lib/ext directory there.
Cheers
Rich