Subject | Re: jdbc connectivity to firebird by servlet through tomcat 4.1 |
---|---|
Author | Roman Rokytskyy <rrokytskyy@acm.org> |
Post date | 2003-02-27T11:40:20Z |
> C:\calsoft\Tomcat4.1\webapps\sudantest\WEB-INF\classes\libYou should put them in either:
> where sudantest\web-inf\classes is the directory where i put my all
> servlet .class files.
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