SQL Server : Windows authentication with Tomcat

By default SQL server 2008 is not enabled for remote connection First you need to enable SQL server for remote connection to avoid the “SQL server connection refused: connect” error. Assuming your SQLserver is enabled for windows authentication and remote connection we can proceed as below. 1. Install Tomcat as service under the desired login … Read more