2012/12/11 Justin Larose <[email protected]>: > I just updated Tomcat 7 from version 7.11 to 7.33 on my windows server but > when I goto the URL I am seeing 500 error, "Cannot load JDBC driver class > 'com.microsoft.sqlserver.jdbc.SQLServerDriver'" > Not sure why. I made a copy of all config directories prior to install and > copied them all to the new Tomcat home. Below is the full stack. > > (...) > > root cause > > java.lang.ClassNotFoundException: > com.microsoft.sqlserver.jdbc.SQLServerDriver >
What jar contains the above class and whether it is present in your installation? I guess you forgot to copy it. (It should be placed into Tomcat's lib/ directory). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
