Need help in solving org.apache.commons.dbcp.SQLNestedException
Hi,
i have an application depoyed in tomcat 5.0.24. In server.xml i gave the Resource context binding entries but it throws exception.
The exception is
org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.microsoft.jdbc.sqlserver.SQLServerDriver', cause:
java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
Where should i Place my mysqlserver.jar in webapplication's lib or tomcat's lib folder.
Thanks

