Subject Re: jdbc connectivity to firebird by servlet through tomcat 4.1
Author Roman Rokytskyy <rrokytskyy@acm.org>
> C:\calsoft\Tomcat4.1\webapps\sudantest\WEB-INF\classes\lib
> where sudantest\web-inf\classes is the directory where i put my all
> servlet .class files.

You should put them in either:

a) C:\calsoft\Tomcat4.1\webapps\sudantest\WEB-INF\lib
(not classes\lib)

b) C:\calsoft\Tomcat4.1\common\lib or C:\calsoft\Tomcat4.1\lib
(whatever exists).


Also print stack traces of exception in your servlet init() method.


Roman