RE: tomcat and sqlite

2018-09-11 Thread Saleem Haseeb
direction Regards Haseeb -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: den 10 september 2018 10:17 To: users@tomcat.apache.org Subject: Re: tomcat and sqlite On 10/09/18 09:12, Saleem Haseeb wrote: > HI Mark, > The jar file is in the application lib so yes, under W

RE: tomcat and sqlite

2018-09-10 Thread Saleem Haseeb
Subject: Re: tomcat and sqlite -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark and Saleem, On 9/10/18 04:16, Mark Thomas wrote: > On 10/09/18 09:12, Saleem Haseeb wrote: >> HI Mark, The jar file is in the application lib so yes, under >> WEB-INF/lib directory :) > > Thanks.

RE: tomcat and sqlite

2018-09-10 Thread Saleem Haseeb
HI Mark, The jar file is in the application lib so yes, under WEB-INF/lib directory :) Regards, Haseeb -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: den 10 september 2018 10:08 To: Tomcat Users List Subject: Re: tomcat and sqlite On 10/09/18 08:38, Saleem Haseeb

tomcat and sqlite

2018-09-10 Thread Saleem Haseeb
Hi, I am trying to use sqlite in a web application on tomcat version 8.0.41 The driver that I use to connect to sqlite from within the web application is org.xerial sqlite-jdbc 3.23.1 I am using Linux to deploy the application and whenever there is a connection first made to the database