java - ds.getConnection hangs indefinitely with tomcat 6 to MSSQL DB -
i trying connect mssql database war file deployed on tomcat 6.0.41, java version 1.5.0_22.
tomcat hangs indefinite time @ following line of code.
datasource ds; this.conn = ds.getconnection();
and works fine oracle database.
i have tried making changes @ tomcat in context.xml file of no use.
thanks,
Comments
Post a Comment