I get this error when my webapp on tomcat6 connects to ms sql via 1.2 jdbc driver using integrated auth.
com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured
for integrated authentication.
i have the sqljdbc_auth.dll in win\sys32 and other places
the it all works when i restart tomcat
but when i redeploy the webapp, it get the error.
i saw a thread dealing with native libs or dll's can only be loaded once or such
any ideas?
