I wrote this JDBC connection that works fine when I run it as a client
on netbeans. Then it can't find the driver when I run the same thing,
but as a web on tomcat.
Arne Vajhøj - 11 Jan 2008 00:37 GMT
> I wrote this JDBC connection that works fine when I run it as a client
> on netbeans. Then it can't find the driver when I run the same thing,
> but as a web on tomcat.
Where did you put the driver jar file ?
yourapp/WEB-INF/lib ?
Arne