You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Prabhakar Bhosaale <bh...@gmail.com> on 2020/05/15 08:05:33 UTC

Drill JDBC driver not working with Apache tomcat

Hi Team,
I am trying to use Apache drill driver 1.16.0 in java servlet on
tomcat 7.70.  When i run the web application and try to use
Class.forName("org.apache.drill.jdbc.Driver");

It give error java.lang.ClassNotFoundException:
org.apache.drill.jdbc.Driver

The driver file is copied to WebContent\WE-INF\lib folder.

But if try to use same code from java standalone application then it works
perfectly.  So any suggestions on how to resolve this issue?

Thanks in advance..

Regards
Prabhakar

Re: Drill JDBC driver not working with Apache tomcat

Posted by Prabhakar Bhosaale <bh...@gmail.com>.
Hi Team,

Please help or give any pointer on below issue. Your help is greatly
appreciated...Thx

Regards
Prabhakar
--------

On Fri, May 15, 2020 at 1:35 PM Prabhakar Bhosaale <bh...@gmail.com>
wrote:

> Hi Team,
> I am trying to use Apache drill driver 1.16.0 in java servlet on
> tomcat 7.70.  When i run the web application and try to use
> Class.forName("org.apache.drill.jdbc.Driver");
>
> It give error java.lang.ClassNotFoundException:
> org.apache.drill.jdbc.Driver
>
> The driver file is copied to WebContent\WE-INF\lib folder.
>
> But if try to use same code from java standalone application then it works
> perfectly.  So any suggestions on how to resolve this issue?
>
> Thanks in advance..
>
> Regards
> Prabhakar
>