Appboard/2.5/admin/db drivers: Difference between revisions
imported>Jason.nicholls m (1 revision) |
imported>Jason.nicholls No edit summary |
||
Line 2: | Line 2: | ||
[[Category:AppBoard 2.5]] | [[Category:AppBoard 2.5]] | ||
Due to licensing restrictions | Due to licensing restrictions AppBoard does not ship with JDBC database drivers. Loading the appropriate drivers for the specific databases being access is required. This is if using an external configuration database, or for database data sources. | ||
{{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.}} | {{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.}} | ||
To install a new database driver: | To install a new database driver: |
Revision as of 11:12, 18 July 2014
Due to licensing restrictions AppBoard does not ship with JDBC database drivers. Loading the appropriate drivers for the specific databases being access is required. This is if using an external configuration database, or for database data sources.
To install a new database driver:
- download the driver file or package, usually there is a .jar which is the relevant file.
- copy the driver to: [INSTALL_HOME]/webapps/enportal/WEB-INF/lib/
- restart AppBoard.
See below for a table of common drivers and where to obtain them.
Database | Link to JDBC driver | Filename |
---|---|---|
MySQL | http://dev.mysql.com/downloads/connector/j/ | mysql-connector-java-version-bin.jar |
PostgreSQL | http://jdbc.postgresql.org/ | postgresql-version.jdbc4.jar |
Oracle | http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html | oracle-thinJDBC-version.jar |
SQL Server | http://jtds.sourceforge.net/ | jtds-version.jar |
DB2 | http://www-01.ibm.com/software/data/db2/linux-unix-windows/downloads.html | db2jcc4.jar |
Sybase (jConnect 5.5) | http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect | jconn2.jar |