When I ran my web application under Eclipse IDE everything worked fine. But when I exported my project into war-file and deployed in tomcat I've got following message:
java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc
I've tried putting sqljdbc4.jar everywhere:
- catalina-home\lib dir
- WEB-INF\lib dir
- both of them
What I'am missing? Environment: tomcat 6.0.20, sql server 2005