
Posted In: JDBC
How to configure PostgreSQL DataSource in Tomcat 9
1. PostgreSQL datasource setup 1. Download PostgreSQL JDBC driver Location to download PostgreSQL JDBC DRIVER (postgresql-9.4.1212.jre7.jar) Download version suited for your JRE level JDBC4 Postgresql Driver, Version 9.4.1212 JDBC41 Postgresql Driver, Version 9.4.1212 JDBC42 Postgresql Driver, Version 9.4.1212 Copy connector jar to either TOMCAT/LIB or application’s WEB-INF/lib Note In an enterprise application avoid adding it […]
Read MoreTags: DBCP, DBCP2, JDBC, PostgreSQL, Tomcat8, Tomcat9

Posted In: JDBC
How to configure Oracle DataSource in Tomcat 9
1. Oracle datasource setup 1. Download Oracle JDBC driver Location to download ORACLE JDBC DRIVER (ojdbc6.jar) Copy connector jar to either TOMCAT/LIB or application’s WEB-INF/lib Note In an enterprise application avoid adding it in application’s WEB-INF/lib. Mostly this connector will be configured at server level so that same version will be shared among multiple applications. […]
Read MoreTags: Database, DBCP, DBCP2, JDBC, Tomcat8, Tomcat9

Posted In: JDBC
How to configure HSQLDB DataSource in Tomcat 9
1. HyperSQL DB datasource setup 1. Download HyperSQL DB JDBC driver Location to download HyperSQL DB JDBC CONNECTOR (hsqldb-2.3.4.zip->hsqldb.jar) Copy connector jar to either TOMCAT/LIB or application’s WEB-INF/lib Note In an enterprise application avoid adding it in application’s WEB-INF/lib. Mostly this connector will be configured at server level so that same version will be shared […]
Read MoreTags: DBCP, DBCP2, HSQLDB, JDBC, Tomcat8, Tomcat9

Posted In: JDBC
How to configure MySQL DataSource in Tomcat 9
1. MySQL datasource setup 1. Download MySQL JDBC driver Location to download MYSQL JDBC CONNECTOR (mysql-connector-java-5.1.40.zip->mysql-connector-java-5.1.40-bin.jar) Copy connector jar to either TOMCAT/LIB or application’s WEB-INF/lib Note In an enterprise application avoid adding it in application’s WEB-INF/lib. Mostly this connector will be configured at server level so that same version will be shared among multiple applications. […]
Read MoreTags: Database, DBCP, DBCP2, JDBC, MySQL, Tomcat8, Tomcat9
- Apache (13)
- Build Tools (2)
- Gradle (2)
- Caching (1)
- cpanel (1)
- cURL (1)
- Database (7)
- Hibernate (5)
- Java Core (38)
- Java Script (15)
- Bootstrap (1)
- File Upload (7)
- jQuery (3)
- React (3)
- JEE (13)
- JSON (41)
- GSON (13)
- Jackson 1X (1)
- Jackson 2X (12)
- jsoniter (1)
- Logging (2)
- Apache Commons Logging (1)
- Apache Log4J (1)
- Logback (1)
- SLF4J (1)
- MongoDB (1)
- OS (1)
- Linux (1)
- Security (5)
- Server (4)
- Tomcat (4)
- Service (2)
- Micro (2)
- Spring (46)
- Pattern (2)
- Spring Boot (20)
- Spring Data (4)
- Spring MVC (8)
- Spring REST (13)
- Spring Security (7)
- Testing (11)
- XML (5)
- JDOM XML Parser (1)