Distributing a Sqlite Database in a Tomcat WAR File
Given a pre-existing Sqlite database – that’s another story for another time – including it in a WAR file to be built by Maven and installed on Tomcat 8 is simple: simply include the database in the application’s WEB-INF folder and presto, it’s there! Referencing Sqlite in a Maven project …