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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -