...
2. Copy the PostgreSQL JDBC Driver to Tomcat
- Download the PostgreSQL JDBC driver (v9.4) from PostgreSQL official site.
- Add the PostgreSQL JDBC PostgreSQL driver jar (postgresql-9.4.1208.jre6.jar) to
<tomcat-install>/lib/
directory.
...
...
<tomcat-install>/lib/
directory....