I don't think you can use Windows authentication for JDBC to SQL Server, you have to use SQL Server authentication. See http://support.microsoft.com/default...b;en-us;313100

You will need to use TSQL to create users on your users SQL Server if they do not already exist.