Hi Mark,
Thank you very much for the quick reply. I got it to work with the info you provided. Here is what I did just so it helps anyone else looking to do this:
1) I downloaded the UCanAccess zip file and extracted it.
2) I uploaded only the files that were in the /lib/ folder from the zip to the my Ubuntu server in the /opt/lucee/lib/ folder.
3) I setup an environment variable in /opt/lucee/tomcat/bin/setenv.sh file like so:
UCANACCESS_HOME=/opt/lucee/lib;
export UCANACCESS_HOME;
4) I restarted the server just to make sure everything gets loaded up for the environment variable.
5) In the lucee server admin panel I added the datasource with the following options:
Name: YourDataSourceName
UserName: Blank (Unless your db needs a username then enter it here.)
Password: Blank (Unless your db needs a password then enter it here.)
Connection Limit: Default
Connection Timeout: 0 (Zero)
...leave all other options as defaults...
Class: net.ucanaccess.jdbc.UcanaccessDriver
Connection: jdbc:ucanaccess:///home/MyUserName/www/database/MyMsAccessDB.mdb
Verify Connection: Default
6) Click the Create button to complete setting up the datasource. You should have the datasource connecting to your db now :D
I hope this helps anyone else looking to do this.
Thanks again Mark for the info your provided. Much appreciated.
Cheers,
Mike