Where do you store SQLite database for access via the relative link in Jakarta EE Web Application?
I am working on building a web application that uses a simple .db (SQLite) file in a Jakarta EE Servlet Project. When trying to access the database file which is stored in the project root like any non web-app project will recognize, it doesn’t find it. I want to know where can I put the database file in the project to simply use the “animal.db” for the URL of the database.