...
- Download the PostgreSQL driver (v9.4) from PostgreSQL official site.
- Add the PostgreSQL driver jar (postgresql-9.4.1208.jre6.jar) to
<tomcat-install>/lib/
directory.
Make sure to download the correct version that is compatible with your Java version (e.g. jre7 for Java 1.7)
If you are using Tomcat 8, there are cases where you can totally skip this step.
3. Configure a DataSource for TermWeb in Tomcat
...