Hi,I am trying to get our server (which has working servlets btw) to connect to MS SQL. It works in a standalone java application outside the servlet ON ANOTHER MACHINE. However, when I wrap it as a servlet and try to run it on the server I get:
java.lang.NoClassDefFoundError:
com/microsoft/jdbc/sqlserver/SQLServerDriver:
com/microsoft/jdbc/sqlserver/SQLServerDriver:
I’ve tried copying msutil.jar, mssqlserver.jar and msbase.jar to the servlet directory (under domino) and changed the classpath to point to these files, but to no avail.
Can anybody shed any light on this ?
Thanks