Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Copy the PostgreSQL JDBC Driver to Tomcat

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

...