Appboard/2.4/admin/db drivers: Difference between revisions

imported>Jason.nicholls
(Created page with '{{DISPLAYTITLE:Loading Database Drivers}} Due to licensing restrictions many common JDBC database drivers do not ship with the core AppBoard product. As a result these need to b…')
 
imported>Jason.nicholls
No edit summary
Line 3: Line 3:
Due to licensing restrictions many common JDBC database drivers do not ship with the core AppBoard product. As a result these need to be added in order for the relevant database Data Sources to work.
Due to licensing restrictions many common JDBC database drivers do not ship with the core AppBoard product. As a result these need to be added in order for the relevant database Data Sources to work.


{{Tip|For convenience and best practice it's recommended to add the drivers your require in your environment to the custom export properties file. This way archives will include the drivers and they will not have to be installed separately.}}
Drivers need to be downloaded and installed into: <tt>[INSTALL_HOME]/webapps/enportal/WEB-INF/lib/</tt>
 
See below for a table of common drivers and where to obtain them.
 
{{Tip|For convenience and best practice it's recommended to add the drivers required in your environment to the custom export properties file. This way archives will include the drivers and they will not have to be installed separately.}}

Revision as of 12:35, 28 August 2013


Due to licensing restrictions many common JDBC database drivers do not ship with the core AppBoard product. As a result these need to be added in order for the relevant database Data Sources to work.

Drivers need to be downloaded and installed into: [INSTALL_HOME]/webapps/enportal/WEB-INF/lib/

See below for a table of common drivers and where to obtain them.

Template-tip.png
For convenience and best practice it's recommended to add the drivers required in your environment to the custom export properties file. This way archives will include the drivers and they will not have to be installed separately.